120 Lies: Fact-Check Amalgamator
Flags 120 previously fact-checked false or misleading statements
Cos'è 120 Lies: Fact-Check Amalgamator?
120 Lies: Fact-Check Amalgamator è un'estensione di Chrome sviluppata da One Who Tinkers, e la sua funzione principale è "Flags 120 previously fact-checked false or misleading statements".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 120 Lies: Fact-Check Amalgamator
Scarica i file di estensione 120 Lies: Fact-Check Amalgamator 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
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/
Informazioni di Base sull'Estensione
Nome | 120 Lies: Fact-Check Amalgamator |
ID | jkhkjbehpofkeoligeeepllnbikenimh |
URL Ufficiale | https://chromewebstore.google.com/detail/120-lies-fact-check-amalg/jkhkjbehpofkeoligeeepllnbikenimh |
Descrizione | Flags 120 previously fact-checked false or misleading statements |
Dimensione del File | 21.54 KB |
Conteggio Installazioni | 79 |
Versione Corrente | 1.20009 |
Ultimo Aggiornamento | 2018-04-09 |
Data di Pubblicazione | 2018-04-09 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | One Who Tinkers |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |