Fake news detector

This extension marks fake news in the pages you are browsing

Vad är Fake news detector?

Fake news detector är en Chrome-tillägg utvecklad av DareDevelopers-giacomofava, och dess huvudfunktion är "This extension marks fake news in the pages you are browsing".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Fake news detector-förlängningens CRX-fil

Ladda ner Fake news detector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Fake news detector Fake news detector
ID aebaikmeedenaijgjcfmndfknoobahep
Officiell webbadress https://chromewebstore.google.com/detail/fake-news-detector/aebaikmeedenaijgjcfmndfknoobahep
Beskrivning This extension marks fake news in the pages you are browsing
Filstorlek 77.75 KB
Antal Installationer 1,270
Aktuell Version 1.2
Senast Uppdaterad 2017-10-23
Publiceringsdatum 2017-10-22
Betyg 3.37/5 Totalt 30 Betyg
Utvecklare DareDevelopers-giacomofava
Betalningssätt free
Stödda Språk 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
}