Related Factchecks

Get a factcheck for the content of the current page

Cos'è Related Factchecks?

Related Factchecks è un'estensione di Chrome sviluppata da Sreya Guha, e la sua funzione principale è "Get a factcheck for the content of the current page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Related Factchecks

Scarica i file di estensione Related Factchecks 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
URL Ufficiale https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
Descrizione Get a factcheck for the content of the current page
Dimensione del File 486 KB
Conteggio Installazioni 33
Versione Corrente 1.0.3
Ultimo Aggiornamento 2017-10-26
Data di Pubblicazione 2017-10-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Sreya Guha
Tipo di Pagamento free
Sito Web dell'Estensione http://relatedfactchecks.appspot.com
Lingue Supportate 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
}