Related Factchecks

Get a factcheck for the content of the current page

Qu'est-ce que Related Factchecks ?

Related Factchecks est une extension Chrome développée par Sreya Guha, et sa fonction principale est "Get a factcheck for the content of the current page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Related Factchecks

Téléchargez les fichiers d'extension Related Factchecks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
URL Officiel https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
Description Get a factcheck for the content of the current page
Taille du Fichier 486 KB
Nombre d'Installations 33
Version Actuelle 1.0.3
Dernière Mise à Jour 2017-10-26
Date de Publication 2017-10-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur Sreya Guha
Type de Paiement free
Site Web de l'Extension http://relatedfactchecks.appspot.com
Langues Prises en Charge 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
}