Is It Fake News?

Check News Articles for Fake News

O que é Is It Fake News??

Is It Fake News? é uma extensão do Chrome desenvolvida por https://isitfakenews.org, e sua principal característica é "Check News Articles for Fake News".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Is It Fake News?

Baixe arquivos de extensão Is It Fake News? 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

                        Check if the news article you are reading is fake news or real journalism with the click of a button. 

Scoring is currently based on the legitimacy of the news source and the presence of similar articles from credible sources on the web.                    

Informações Básicas da Extensão

Nome Is It Fake News? Is It Fake News?
ID pboabideillgiolkekbkopmbgkkblcnh
URL Oficial https://chromewebstore.google.com/detail/is-it-fake-news/pboabideillgiolkekbkopmbgkkblcnh
Descrição Check News Articles for Fake News
Tamanho do Arquivo 446 KB
Contagem de Instalações 59
Versão Atual 1.11
Última Atualização 2020-06-02
Data de Publicação 2020-05-31
Desenvolvedor https://isitfakenews.org
Tipo de Pagamento free
Site da Extensão http://isitfakenews.org/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Is It Fake News?",
    "version": "1.11",
    "description": "Check News Articles for Fake News",
    "permissions": [
        "declarativeContent",
        "tabs"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/scales-blue-16.png",
            "32": "images\/scales-blue-32.png",
            "48": "images\/scales-blue-64.png",
            "128": "images\/scales-blue-128.png"
        }
    },
    "icons": {
        "16": "images\/scales-blue-16.png",
        "32": "images\/scales-blue-32.png",
        "48": "images\/scales-blue-64.png",
        "128": "images\/scales-blue-128.png"
    }
}