Is It Fake News?
Check News Articles for Fake News
What is Is It Fake News??
Is It Fake News? is a Chrome extension developed by https://isitfakenews.org, and its main feature is "Check News Articles for Fake News".
Extension Screenshots
Download Is It Fake News? Extension CRX File
Download Is It Fake News? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Check if the news article you are reading is fake news or real journalism with the click of a button. Scoring is currently based on the legitimacy of the news source and the presence of similar articles from credible sources on the web.
Extension Basic Information
Name | Is It Fake News? |
ID | pboabideillgiolkekbkopmbgkkblcnh |
Official URL | https://chromewebstore.google.com/detail/is-it-fake-news/pboabideillgiolkekbkopmbgkkblcnh |
Description | Check News Articles for Fake News |
File Size | 446 KB |
Installation Count | 59 |
Current Version | 1.11 |
Last Updated | 2020-06-02 |
Publish Date | 2020-05-31 |
Developer | https://isitfakenews.org |
Payment Type | free |
Extension Website | http://isitfakenews.org/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Is It Fake News?", "version": "1.11", "description": "Check News Articles for Fake News", "permissions": [ "declarativeContent", "tabs" ], "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "index.html", "default_icon": { "16": "images\/scales-blue-16.png", "32": "images\/scales-blue-32.png", "48": "images\/scales-blue-64.png", "128": "images\/scales-blue-128.png" } }, "icons": { "16": "images\/scales-blue-16.png", "32": "images\/scales-blue-32.png", "48": "images\/scales-blue-64.png", "128": "images\/scales-blue-128.png" } } |