Fake News Detector with Pinocchio Alerts

Fact check plugin to detect fake news in articles you read. If it has been reported we will let you know

Qu'est-ce que Fake News Detector with Pinocchio Alerts ?

Fake News Detector with Pinocchio Alerts est une extension Chrome développée par https://pinocchioalerts.com, et sa fonction principale est "Fact check plugin to detect fake news in articles you read. If it has been reported we will let you know".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Fake News Detector with Pinocchio Alerts

Téléchargez les fichiers d'extension Fake News Detector with Pinocchio Alerts 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

                        Pinocchio Alerts is an extension that warns you if the website you are reading has been reported as inaccurate (because of fake news related to that website). We think the world gets better when we all avoid spreading alternative facts!

We work with several organizations to help stop the spread of bogus news. There is nothing wrong with questioning what we read. Please do your part by checking sources and helping your friends and family do the same. 

Hope you enjoy!                    

Informations de Base sur l'Extension

Nom Fake News Detector with Pinocchio Alerts Fake News Detector with Pinocchio Alerts
ID opdabcbeebkhbhoppdcmggdoahpjhdii
URL Officiel https://chrome.google.com/webstore/detail/fake-news-detector-with-p/opdabcbeebkhbhoppdcmggdoahpjhdii
Description Fact check plugin to detect fake news in articles you read. If it has been reported we will let you know
Taille du Fichier 83.78 KB
Nombre d'Installations 134
Version Actuelle 1.1
Dernière Mise à Jour 2017-07-28
Date de Publication 2017-07-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://pinocchioalerts.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pinocchioalerts.com/
URL de la Page de Politique de Confidentialité https://pinocchioalerts.com/pino_privacypolicy.htm
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fake News Detector with Pinocchio Alerts",
    "description": "Fact check plugin to detect fake news in articles you read. If it has been reported we will let you know",
    "version": "1.1",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "author": "Diego Alvarez and Andres Vidal",
    "browser_action": {
        "default_icon": "pino_38.png",
        "default_popup": "popup.html",
        "default_title": "Click to check for Pinocchio Alerts!"
    },
    "icons": {
        "128": "pino_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_validator.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications"
    ]
}