Debunker - Detect Fake News
Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.
Debunker - Detect Fake News là gì?
Debunker - Detect Fake News là một tiện ích mở rộng Chrome được phát triển bởi Sarthak Navjivan, và tính năng chính của nó là "Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Debunker - Detect Fake News
Tải xuống các tệp mở rộng Debunker - Detect Fake News dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nlmadjgafbedgenmekianiebhdhoccon |
URL Chính Thức | https://chrome.google.com/webstore/detail/debunker-detect-fake-news/nlmadjgafbedgenmekianiebhdhoccon |
Mô tả | Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm. |
Kích Thước Tệp | 199 KB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2018-05-16 |
Ngày Phát Hành | 2018-05-16 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Sarthak Navjivan |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sarthak.io |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |