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.
什麼是Instant Snopes Checker (Unofficial)?
Instant Snopes Checker (Unofficial)是由digitalbits開發的Chrome擴展程式,該擴展的主要功能是“Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.”。
擴展截圖
下載Instant Snopes Checker (Unofficial)擴展crx文件
下載Instant Snopes Checker (Unofficial)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | bbddjfjhfnafgfncmlbenehgionllfno |
官方網址 | https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno |
簡介 | Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com. |
檔案大小 | 13.9 KB |
安裝次數 | 587 |
目前版本 | 1.0 |
更新時間 | 2016-11-23 |
上架時間 | 2016-11-23 |
評分 | 3.40/5 共 5 次評分 |
開發者 | digitalbits |
付費類型 | free |
支援的語言 | 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" ] } } |