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 |
公式URL | 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" ] } } |