A Chrome extension that analyzes news articles or selected text to highlight potential misinformation patterns, provide an authenticity score, bias meter, and reputable source suggestions.
- Dual scanning modes: full page or selection
- Authenticity score with color coding
- Bias detection meter (heuristic)
- Flagged claims with explanations
- Suggested reputable sources and search queries
- On-page highlights of suspicious spans
- Privacy-friendly: local analysis by default
- Build not required. Open Chrome → Extensions → Enable Developer Mode.
- Click "Load unpacked" and select the
fake-news-filter/folder. - Pin the extension. Open a news page and click the icon.
- Scan Full Page: Analyzes the article body.
- Scan Selection: Select a paragraph, then analyze only that text.
- Toggle Highlights: Show/hide underlined spans on the page.
manifest.json: MV3 configurationpopup/: UI (HTML/CSS/JS)content/: DOM extraction and highlightingbackground/: service worker placeholdersrc/analyzer.js: heuristics, flags, highlights, scoringsrc/scoring.js: bias metersrc/sources.js: source suggestion heuristic & reliability proxysrc/privacy.js: explainability panel
- No external requests are made by default. All analysis is local.
- Source suggestions are generic links to reputable outlets.
- Integrate live fact-check APIs (Snopes, PolitiFact) with user opt-in
- Improve NLP (transformer-based classifier) and citation detection
- Add community feedback loop and trust timeline