Fake news detector

This extension marks fake news in the pages you are browsing

Was ist Fake news detector?

Fake news detector ist eine Chrome-Erweiterung, die von DareDevelopers-giacomofava entwickelt wurde, und ihr Hauptmerkmal ist "This extension marks fake news in the pages you are browsing".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Fake news detector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fake news detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension marks fake news in the pages you are browsing.
It will mark in RED the FAKE NEWS and in ORANGE the CLICKBAIT links or PROBABLY FAKE news.
While browsing on Facebook the page may load new posts while you are scrolling, this will cause problems to our detector.No problem, just click on the logo to check again all the new posts.

Estensione che evidenzia e segnala le notizie false durante la navigazione su qualsiasi sito, pure social (Facebook, Twitter etc.).

Version 1.2: new websites list added.                    

Grundlegende Informationen zur Erweiterung

Name Fake news detector Fake news detector
ID aebaikmeedenaijgjcfmndfknoobahep
Offizielle URL https://chromewebstore.google.com/detail/fake-news-detector/aebaikmeedenaijgjcfmndfknoobahep
Beschreibung This extension marks fake news in the pages you are browsing
Dateigröße 77.75 KB
Installationsanzahl 1,270
Aktuelle Version 1.2
Letztes Update 2017-10-23
Veröffentlichungsdatum 2017-10-22
Bewertung 3.37/5 Insgesamt 30 Bewertungen
Entwickler DareDevelopers-giacomofava
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fake news detector",
    "version": "1.2",
    "short_name": "FND",
    "description": "This extension marks fake news in the pages you are browsing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "DareDevelopers-giacomofava",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Make fake news links  red",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}