Official Media Bias Fact Check Icon

This extension shows an icon denoting the political bias for the current page.

What is Official Media Bias Fact Check Icon?

Official Media Bias Fact Check Icon is a Chrome extension developed by Jeffrey Carl Faden, and its main feature is "This extension shows an icon denoting the political bias for the current page.".

Extension Screenshots

screenshot

Download Official Media Bias Fact Check Icon Extension CRX File

Download Official Media Bias Fact Check Icon 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 will display a color-coded icon denoting the bias of the page you are currently viewing, according to Media Bias/Fact Check. You can click the icon to read more notes about the site, or visit MBFC for more details.

An official extension for MBFC News, which you can visit here:
https://mediabiasfactcheck.com/                    

Extension Basic Information

Name Official Media Bias Fact Check Icon Official Media Bias Fact Check Icon
ID hdcpibgmmcnpjmmenengjgkkfohahegk
Official URL https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk
Description This extension shows an icon denoting the political bias for the current page.
File Size 49.71 KB
Installation Count 10,000
Current Version 1.7.1
Last Updated 2019-09-19
Publish Date 2019-09-19
Rating 4.17/5 Total 60 Ratings
Developer Jeffrey Carl Faden
Email [email protected]
Payment Type free
Extension Website http://jeffreyatw.com/blog/2016/11/check-news-bias-with-a-simple-browser-icon/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Official Media Bias Fact Check Icon",
    "description": "This extension shows an icon denoting the political bias for the current page.",
    "version": "1.7.1",
    "background": {
        "scripts": [
            "browser.js",
            "getTabSource.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "MBFC"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ]
}