FakeNews Checker

from Google check Fake news against mediabiasfactcheck.com

What is FakeNews Checker?

FakeNews Checker is a Chrome extension developed by psgcaravan, and its main feature is "from Google check Fake news against mediabiasfactcheck.com".

Extension Screenshots

screenshot
screenshot

Download FakeNews Checker Extension CRX File

Download FakeNews Checker 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

                        This extension provides context menu items that allow a user to check news bias of links and images. For example on Facebook, you can easily determine what type of left or right-leaning bias a site has, as logged by mediabiascheck.com.                    

Extension Basic Information

Name FakeNews Checker FakeNews Checker
ID cbnebabihohdbebjliafclfndkhmpmnc
Official URL https://chromewebstore.google.com/detail/fakenews-checker/cbnebabihohdbebjliafclfndkhmpmnc
Description from Google check Fake news against mediabiasfactcheck.com
File Size 11.05 KB
Installation Count 186
Current Version 0.0.1
Last Updated 2016-12-19
Publish Date 2016-12-19
Developer psgcaravan
Email [email protected]
Payment Type free
Privacy Policy Page URL https://developer.chrome.com/webstore/terms
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FakeNews Checker",
    "short_name": "FakeNews Check",
    "description": "from Google check Fake news against mediabiasfactcheck.com",
    "version": "0.0.1",
    "icons": {
        "16": "fcheck_icon16.png",
        "48": "fcheck_icon48.png",
        "128": "fcheck_icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "sample.js"
        ]
    },
    "manifest_version": 2
}