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.
Was ist Instant Snopes Checker (Unofficial)?
Instant Snopes Checker (Unofficial) ist eine Chrome-Erweiterung, die von digitalbits entwickelt wurde, und ihr Hauptmerkmal ist "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".
Erweiterungsscreenshots
Instant Snopes Checker (Unofficial)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instant Snopes Checker (Unofficial)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bbddjfjhfnafgfncmlbenehgionllfno |
Offizielle URL | https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno |
Beschreibung | Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com. |
Dateigröße | 13.9 KB |
Installationsanzahl | 587 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-11-23 |
Veröffentlichungsdatum | 2016-11-23 |
Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
Entwickler | digitalbits |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |