120 Lies: Fact-Check Amalgamator

Flags 120 previously fact-checked false or misleading statements

Qu'est-ce que 120 Lies: Fact-Check Amalgamator ?

120 Lies: Fact-Check Amalgamator est une extension Chrome développée par One Who Tinkers, et sa fonction principale est "Flags 120 previously fact-checked false or misleading statements".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 120 Lies: Fact-Check Amalgamator

Téléchargez les fichiers d'extension 120 Lies: Fact-Check Amalgamator 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

                        Statements found from Snopes, PolitiFact, FactCheck.org, and more. Mostly political, mostly USA-related, some urban legends. 

Believing falsehoods is a problem that spans political parties. All statements with sources: goo.gl/zmoY7V. 

If you think more should be added, suggest statements with sources via the "Support" tab, email me at [email protected], or message me with a note at linkedin.com/in/fullofideas/                    

Informations de Base sur l'Extension

Nom 120 Lies: Fact-Check Amalgamator 120 Lies: Fact-Check Amalgamator
ID jkhkjbehpofkeoligeeepllnbikenimh
URL Officiel https://chromewebstore.google.com/detail/120-lies-fact-check-amalg/jkhkjbehpofkeoligeeepllnbikenimh
Description Flags 120 previously fact-checked false or misleading statements
Taille du Fichier 21.54 KB
Nombre d'Installations 79
Version Actuelle 1.20009
Dernière Mise à Jour 2018-04-09
Date de Publication 2018-04-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur One Who Tinkers
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "120 Lies: Fact-Check Amalgamator",
    "description": "Flags 120 previously fact-checked false or misleading statements",
    "version": "1.20009",
    "browser_action": {
        "default_icon": "icons\/128.png"
    },
    "icons": {
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}