Instant Snopes Checker (Unofficial)

Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.

Qu'est-ce que Instant Snopes Checker (Unofficial) ?

Instant Snopes Checker (Unofficial) est une extension Chrome développée par digitalbits, et sa fonction principale est "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Instant Snopes Checker (Unofficial)

Téléchargez les fichiers d'extension Instant Snopes Checker (Unofficial) 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

                        Don't be tricked by fake news, hoaxes, scams or myths. Quick, simple way to check to see if the current page title keywords are referenced on Snopes.com. Page title alone may not provide accurate search results, however existing debunked articles on Snopes.com did include page title keywords. I hope to build this out further to detect items on the current page that may already exist on Snopes.com and other fact checking websites.                    

Informations de Base sur l'Extension

Nom Instant Snopes Checker (Unofficial) Instant Snopes Checker (Unofficial)
ID bbddjfjhfnafgfncmlbenehgionllfno
URL Officiel https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno
Description Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.
Taille du Fichier 13.9 KB
Nombre d'Installations 587
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-23
Date de Publication 2016-11-23
Évaluation 3.40/5 Total 5 Évaluations
Développeur digitalbits
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Snopes Checker (Unofficial)",
    "version": "1.0",
    "description": "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "snopes_icon.png"
    },
    "icons": {
        "96": "snopes_icon.png"
    },
    "background": {
        "scripts": [
            "snopes-checker.js"
        ]
    }
}