Debunker - Detect Fake News
Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.
Debunker - Detect Fake Newsとは何ですか?
Debunker - Detect Fake NewsはSarthak Navjivanによって開発されたChromeの拡張機能で、その主な機能は「Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.」です。
拡張機能のスクリーンショット
Debunker - Detect Fake News拡張機能のCRXファイルをダウンロード
Debunker - Detect Fake News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Debunker is a digital tool that is able to accurately assess the reliability of any online news source. Unlike current solutions, which simply analyze the title of the website to determine whether the source is reliable or not, Debunker uses Artificial Intelligence to analyze the actual content of the website to see if it is credible. On the click of its icon, Debunker uses advanced web scraping technologies to gather data from the website the user is on and analyzes several of its key factors, such as the article’s author, publisher, domain name, writing complexity, image sources, popularity, use of keywords, and more. Finally, using a neural network machine learning model, Debunker weights and computes these factors to determine whether the source is credible. DISCLAIMER: DEBUNKER IS ONLY FUNCTIONAL ON NEWS WEBSITES. USING DEBUNKER ON WEBSITES THAT ARE NOT RELATED TO THE NEWS WILL RESULT IN INCORRECT RESULTS.
拡張機能の基本情報
名前 | |
ID | nlmadjgafbedgenmekianiebhdhoccon |
公式URL | https://chrome.google.com/webstore/detail/debunker-detect-fake-news/nlmadjgafbedgenmekianiebhdhoccon |
説明 | Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm. |
ファイルサイズ | 199 KB |
インストール数 | 91 |
現在のバージョン | 1 |
最終更新日 | 2018-05-16 |
公開日 | 2018-05-16 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Sarthak Navjivan |
支払い方法 | free |
拡張機能のウェブサイト | https://sarthak.io |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Debunker - Detect Fake News", "version": "1", "description": "Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.", "manifest_version": 2, "author": "Sarthak Navjivan", "browser_action": { "name": "Debunker", "default_title": "Debunk This Site", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "http:\/\/www.fakenewsai.com\/" ], "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } } |