Official Media Bias Fact Check Icon

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

Was ist Official Media Bias Fact Check Icon?

Official Media Bias Fact Check Icon ist eine Chrome-Erweiterung, die von Jeffrey Carl Faden entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows an icon denoting the political bias for the current page.".

Erweiterungsscreenshots

screenshot

Official Media Bias Fact Check Icon-Erweiterungs-CRX-Datei herunterladen

Laden Sie Official Media Bias Fact Check Icon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Official Media Bias Fact Check Icon Official Media Bias Fact Check Icon
ID hdcpibgmmcnpjmmenengjgkkfohahegk
Offizielle URL https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk
Beschreibung This extension shows an icon denoting the political bias for the current page.
Dateigröße 49.71 KB
Installationsanzahl 10,000
Aktuelle Version 1.7.1
Letztes Update 2019-09-19
Veröffentlichungsdatum 2019-09-19
Bewertung 4.17/5 Insgesamt 60 Bewertungen
Entwickler Jeffrey Carl Faden
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://jeffreyatw.com/blog/2016/11/check-news-bias-with-a-simple-browser-icon/
Unterstützte Sprachen 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"
    ]
}