Official Media Bias Fact Check Icon

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

O que é Official Media Bias Fact Check Icon?

Official Media Bias Fact Check Icon é uma extensão do Chrome desenvolvida por Jeffrey Carl Faden, e sua principal característica é "This extension shows an icon denoting the political bias for the current page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Official Media Bias Fact Check Icon

Baixe arquivos de extensão Official Media Bias Fact Check Icon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Official Media Bias Fact Check Icon Official Media Bias Fact Check Icon
ID hdcpibgmmcnpjmmenengjgkkfohahegk
URL Oficial https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk
Descrição This extension shows an icon denoting the political bias for the current page.
Tamanho do Arquivo 49.71 KB
Contagem de Instalações 10,000
Versão Atual 1.7.1
Última Atualização 2019-09-19
Data de Publicação 2019-09-19
Classificação 4.17/5 Total de 60 Avaliações
Desenvolvedor Jeffrey Carl Faden
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://jeffreyatw.com/blog/2016/11/check-news-bias-with-a-simple-browser-icon/
Idiomas Suportados 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"
    ]
}