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.
Vad är Instant Snopes Checker (Unofficial)?
Instant Snopes Checker (Unofficial) är en Chrome-tillägg utvecklad av digitalbits, och dess huvudfunktion är "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".
Tilläggsskärmbilder
Ladda ner Instant Snopes Checker (Unofficial)-förlängningens CRX-fil
Ladda ner Instant Snopes Checker (Unofficial)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | bbddjfjhfnafgfncmlbenehgionllfno |
Officiell webbadress | https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno |
Beskrivning | Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com. |
Filstorlek | 13.9 KB |
Antal Installationer | 587 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-11-23 |
Publiceringsdatum | 2016-11-23 |
Betyg | 3.40/5 Totalt 5 Betyg |
Utvecklare | digitalbits |
Betalningssätt | free |
Stödda Språk | 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" ] } } |