Debunker - Detect Fake News
Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.
Co to jest Debunker - Detect Fake News?
Debunker - Detect Fake News to rozszerzenie Chrome opracowane przez Sarthak Navjivan, a jego główną funkcją jest „Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Debunker - Detect Fake News
Pobierz pliki rozszerzeń Debunker - Detect Fake News w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nlmadjgafbedgenmekianiebhdhoccon |
Oficjalny URL | https://chrome.google.com/webstore/detail/debunker-detect-fake-news/nlmadjgafbedgenmekianiebhdhoccon |
Opis | Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm. |
Rozmiar pliku | 199 KB |
Liczba instalacji | 91 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2018-05-16 |
Data Publikacji | 2018-05-16 |
Ocena | 2.33/5 Łącznie 3 Oceny |
Deweloper | Sarthak Navjivan |
Typ Płatności | free |
Strona Rozszerzenia | https://sarthak.io |
Obsługiwane Języki | 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" } } |