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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Debunker - Detect Fake News एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |