Instant Snopes Checker (Unofficial)
Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.
Cos'è Instant Snopes Checker (Unofficial)?
Instant Snopes Checker (Unofficial) è un'estensione di Chrome sviluppata da digitalbits, e la sua funzione principale è "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instant Snopes Checker (Unofficial)
Scarica i file di estensione Instant Snopes Checker (Unofficial) 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
Don't be tricked by fake news, hoaxes, scams or myths. Quick, simple way to check to see if the current page title keywords are referenced on Snopes.com. Page title alone may not provide accurate search results, however existing debunked articles on Snopes.com did include page title keywords. I hope to build this out further to detect items on the current page that may already exist on Snopes.com and other fact checking websites.
Informazioni di Base sull'Estensione
Nome | |
ID | bbddjfjhfnafgfncmlbenehgionllfno |
URL Ufficiale | https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno |
Descrizione | Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com. |
Dimensione del File | 13.9 KB |
Conteggio Installazioni | 587 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-11-23 |
Data di Pubblicazione | 2016-11-23 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | digitalbits |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Snopes Checker (Unofficial)", "version": "1.0", "description": "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "snopes_icon.png" }, "icons": { "96": "snopes_icon.png" }, "background": { "scripts": [ "snopes-checker.js" ] } } |