This Chrome extension helps users detect fake news and misinformation on websites.
- Analyze the current page for common fake news indicators
- Simple popup UI for quick checks
- Clone or download this repository.
- Open Chrome and go to
chrome://extensions/. - Enable "Developer mode" (top right).
- Click "Load unpacked" and select this folder.
- Click the extension icon and use "Analyze This Page" to check for fake news indicators.
manifest.json– Chrome extension manifestpopup.html– Popup UIpopup.js– Popup logicbackground.js– Background scriptcontent.js– Content script for page analysisicon.png– Extension iconREADME.md– This file
MIT