Fake news detector

This extension marks fake news in the pages you are browsing

Wat is Fake news detector?

Fake news detector is een Chrome-extensie ontwikkeld door DareDevelopers-giacomofava, en de belangrijkste functie is "This extension marks fake news in the pages you are browsing".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Fake news detector

Download Fake news detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fake news detector Fake news detector
ID aebaikmeedenaijgjcfmndfknoobahep
Officiële URL https://chromewebstore.google.com/detail/fake-news-detector/aebaikmeedenaijgjcfmndfknoobahep
Beschrijving This extension marks fake news in the pages you are browsing
Bestandsgrootte 77.75 KB
Aantal Installaties 1,270
Huidige Versie 1.2
Laatst Bijgewerkt 2017-10-23
Publicatiedatum 2017-10-22
Beoordeling 3.37/5 Totaal 30 Beoordelingen
Ontwikkelaar DareDevelopers-giacomofava
Betalingswijze free
Ondersteunde Talen 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
}