What's True Online?

Fact-check the Internet

¿Qué es What's True Online??

What's True Online? es una extensión de Chrome desarrollada por https://whatstrue.online, y su función principal es "Fact-check the Internet".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión What's True Online?

Descarga archivos de extensión What's True Online? 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

                        See if what you're reading is true!

This plugin will check stories in your Facebook feed, and inject [True] for stories that have been fact-checked and found to be true, [Likely True] for sites that demonstrate a clear duty to the truth, [Likely False] for sites that are known to lie, etc.

More: https://whatstrue.online/about                    

Información Básica de la Extensión

Nombre What's True Online? What's True Online?
ID limdakdhlgbfpefnajkeedhakljnihif
URL Oficial https://chromewebstore.google.com/detail/whats-true-online/limdakdhlgbfpefnajkeedhakljnihif
Descripción Fact-check the Internet
Tamaño del Archivo 42.34 KB
Cantidad de Instalaciones 62
Versión Actual 1.0.4
Última Actualización 2017-02-16
Fecha de Publicación 2017-02-16
Desarrollador https://whatstrue.online
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What's True Online?",
    "description": "Fact-check the Internet",
    "version": "1.0.4",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/www.facebook.com\/",
        "https:\/\/whatstrue.online\/url\/check"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "facebook.css"
            ],
            "js": [
                "facebook.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "buttonword.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "whatstrue.js"
        ],
        "persistent": false
    }
}