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.
Co je Instant Snopes Checker (Unofficial)?
Instant Snopes Checker (Unofficial) je rozšíření Chrome vyvinuté digitalbits, a jeho hlavní funkcí je „Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Instant Snopes Checker (Unofficial)
Stáhněte si soubory rozšíření Instant Snopes Checker (Unofficial) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | bbddjfjhfnafgfncmlbenehgionllfno |
Oficiální URL | https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno |
Popis | Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com. |
Velikost souboru | 13.9 KB |
Počet instalací | 587 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-11-23 |
Datum Vydání | 2016-11-23 |
Hodnocení | 3.40/5 Celkem 5 Hodnocení |
Vývojář | digitalbits |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |