Debunker - Detect Fake News

Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.

Qu'est-ce que Debunker - Detect Fake News ?

Debunker - Detect Fake News est une extension Chrome développée par Sarthak Navjivan, et sa fonction principale est "Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Debunker - Detect Fake News

Téléchargez les fichiers d'extension Debunker - Detect Fake News au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Debunker - Detect Fake News Debunker - Detect Fake News
ID nlmadjgafbedgenmekianiebhdhoccon
URL Officiel https://chrome.google.com/webstore/detail/debunker-detect-fake-news/nlmadjgafbedgenmekianiebhdhoccon
Description Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.
Taille du Fichier 199 KB
Nombre d'Installations 91
Version Actuelle 1
Dernière Mise à Jour 2018-05-16
Date de Publication 2018-05-16
Évaluation 2.33/5 Total 3 Évaluations
Développeur Sarthak Navjivan
Type de Paiement free
Site Web de l'Extension https://sarthak.io
Langues Prises en Charge 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"
    }
}