Related Factchecks

Get a factcheck for the content of the current page

O que é Related Factchecks?

Related Factchecks é uma extensão do Chrome desenvolvida por Sreya Guha, e sua principal característica é "Get a factcheck for the content of the current page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Related Factchecks

Baixe arquivos de extensão Related Factchecks 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

                        Do you suspect that the article you are reading is fake news? Use this extension to quickly find fact checks that may be related to this article.                    

Informações Básicas da Extensão

Nome Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
URL Oficial https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
Descrição Get a factcheck for the content of the current page
Tamanho do Arquivo 486 KB
Contagem de Instalações 33
Versão Atual 1.0.3
Última Atualização 2017-10-26
Data de Publicação 2017-10-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Sreya Guha
Tipo de Pagamento free
Site da Extensão http://relatedfactchecks.appspot.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Related Factchecks",
    "short_name": "RFC",
    "description": "Get a factcheck for the content of the current page",
    "version": "1.0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "rfclogo2.png",
        "default_title": "Related factchecks"
    },
    "manifest_version": 2
}