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é es Instant Snopes Checker (Unofficial)?

Instant Snopes Checker (Unofficial) es una extensión de Chrome desarrollada por digitalbits, y su función principal es "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Instant Snopes Checker (Unofficial)

Descarga archivos de extensión Instant Snopes Checker (Unofficial) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Instant Snopes Checker (Unofficial) Instant Snopes Checker (Unofficial)
ID bbddjfjhfnafgfncmlbenehgionllfno
URL Oficial https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno
Descripción Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.
Tamaño del Archivo 13.9 KB
Cantidad de Instalaciones 587
Versión Actual 1.0
Última Actualización 2016-11-23
Fecha de Publicación 2016-11-23
Calificación 3.40/5 Total de 5 Calificaciones
Desarrollador digitalbits
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}