Media Bias Fact Check

Show Media Bias / Fact Check ratings for Facebook, Twitter and news websites as you browse

What is Media Bias Fact Check?

Media Bias Fact Check is a Chrome extension developed by Mike Crowe, and its main feature is "Show Media Bias / Fact Check ratings for Facebook, Twitter and news websites as you browse".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Media Bias Fact Check Extension CRX File

Download Media Bias Fact Check 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

                        Be informed as you read your Facebook feed.  We are the most comprehensive media bias resource on the internet. There are currently 3000+ media sources listed in our database and growing every day. Don’t be fooled by Fake News sources.

Updated to for the new Facebook layout

We are very excited to announce a new feature:  Collapsable News

1. Click on the "Collapse" section on the left
2. Choose which news categories to collapse in your feed
3. Revel in the reduction in stress from your extreme FB friends                    

Extension Basic Information

Name Media Bias Fact Check Media Bias Fact Check
ID ganicjnkcddicfioohdaegodjodcbkkh
Official URL https://chromewebstore.google.com/detail/media-bias-fact-check/ganicjnkcddicfioohdaegodjodcbkkh
Description Show Media Bias / Fact Check ratings for Facebook, Twitter and news websites as you browse
File Size 903 KB
Installation Count 10,000
Current Version 4.0.2
Last Updated 2024-02-24
Publish Date 2019-11-21
Rating 4.76/5 Total 74 Ratings
Developer Mike Crowe
Email [email protected]
Payment Type free
Extension Website https://drmikecrowe.github.io/mbfcext/
Help Page URL https://www.reddit.com/r/MediaBiasFactCheck/
Privacy Policy Page URL https://drmikecrowe.github.io/mbfcext/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.fe74eb16.png",
        "32": "icon32.plasmo.5ed05f09.png",
        "48": "icon48.plasmo.d054067a.png",
        "64": "icon64.plasmo.160bdafd.png",
        "128": "icon128.plasmo.f668ef15.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.fe74eb16.png",
            "32": "icon32.plasmo.5ed05f09.png",
            "48": "icon48.plasmo.d054067a.png",
            "64": "icon64.plasmo.160bdafd.png",
            "128": "icon128.plasmo.f668ef15.png"
        },
        "default_popup": "popup.html"
    },
    "version": "4.0.2",
    "author": "Mike Crowe ",
    "name": "Media Bias Fact Check",
    "description": "Show Media Bias \/ Fact Check ratings for Facebook, Twitter and news websites as you browse",
    "homepage_url": "https:\/\/drmikecrowe.github.io\/mbfcext\/",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "alarms",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "facebook.cdce6079.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "src\/background\/icons\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "resources": [
                "facebook.e0988880.svg",
                "facebook.411ca229.svg",
                "facebook.78a27856.svg",
                "facebook.c1551bdf.svg",
                "facebook.6c317089.svg",
                "facebook.c5ae9e74.svg",
                "facebook.22d88ed9.svg"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/facebook.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/*.twitter.com\/*"
    ]
}