Fake News Detector
Detect fake news in the online jungle.
Fake News Detectorとは何ですか?
Fake News Detectorはhttp://www.nullcod.comによって開発されたChromeの拡張機能で、その主な機能は「Detect fake news in the online jungle.」です。
拡張機能のスクリーンショット
Fake News Detector拡張機能のCRXファイルをダウンロード
Fake News Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fake News Detector allow us to find the credibility of news we read online. Every day a lot of news popping up in our online jungle, Fake News Detector provides us a way to find genuineness of these news based on user ratings. Users can flag a news as real, fake or don't care. We will collect this information and notify the readers whether the news they are reading is real or not. How to use this extension. If you want to flag a news as fake or real when you are reading it in chrome, click on the Fake News Detector icon in chrome tool bar, it will popup a box where you can flag the news as real, fake or don't care. You can also see other users ratings for that particular news.
拡張機能の基本情報
名前 | |
ID | bienanbbogpilbimmgkkiodifokgohjf |
公式URL | https://chrome.google.com/webstore/detail/fake-news-detector/bienanbbogpilbimmgkkiodifokgohjf |
説明 | Detect fake news in the online jungle. |
ファイルサイズ | 43.42 KB |
インストール数 | 42 |
現在のバージョン | 1.2 |
最終更新日 | 2014-07-30 |
公開日 | 2014-07-30 |
評価 | 1.50/5 合計 4 レビュー |
開発者 | http://www.nullcod.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fake News Detector", "short_name": "fake_news_detector", "description": "Detect fake news in the online jungle.", "version": "1.2", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.nullcod.com\/faki\/survey.php", "tabs" ] } |