Official Media Bias Fact Check Icon

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

Cos'è Official Media Bias Fact Check Icon?

Official Media Bias Fact Check Icon è un'estensione di Chrome sviluppata da Jeffrey Carl Faden, e la sua funzione principale è "This extension shows an icon denoting the political bias for the current page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Official Media Bias Fact Check Icon

Scarica i file di estensione Official Media Bias Fact Check Icon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Official Media Bias Fact Check Icon Official Media Bias Fact Check Icon
ID hdcpibgmmcnpjmmenengjgkkfohahegk
URL Ufficiale https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk
Descrizione This extension shows an icon denoting the political bias for the current page.
Dimensione del File 49.71 KB
Conteggio Installazioni 10,000
Versione Corrente 1.7.1
Ultimo Aggiornamento 2019-09-19
Data di Pubblicazione 2019-09-19
Valutazione 4.17/5 Totale 60 Valutazioni
Sviluppatore Jeffrey Carl Faden
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://jeffreyatw.com/blog/2016/11/check-news-bias-with-a-simple-browser-icon/
Lingue Supportate 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"
    ]
}