Fake news detector

This extension marks fake news in the pages you are browsing

Co je Fake news detector?

Fake news detector je rozšíření Chrome vyvinuté DareDevelopers-giacomofava, a jeho hlavní funkcí je „This extension marks fake news in the pages you are browsing“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Fake news detector

Stáhněte si soubory rozšíření Fake news detector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Fake news detector Fake news detector
ID aebaikmeedenaijgjcfmndfknoobahep
Oficiální URL https://chromewebstore.google.com/detail/fake-news-detector/aebaikmeedenaijgjcfmndfknoobahep
Popis This extension marks fake news in the pages you are browsing
Velikost souboru 77.75 KB
Počet instalací 1,270
Aktuální Verze 1.2
Poslední Aktualizace 2017-10-23
Datum Vydání 2017-10-22
Hodnocení 3.37/5 Celkem 30 Hodnocení
Vývojář DareDevelopers-giacomofava
Typ Platby free
Podporované Jazyky 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
}