Truths & Lies

Shows politicians truths and lies while watching YouTube videos

¿Qué es Truths & Lies?

Truths & Lies es una extensión de Chrome desarrollada por rtuinenburg, y su función principal es "Shows politicians truths and lies while watching YouTube videos".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Truths & Lies

Descarga archivos de extensión Truths & Lies 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

                        While you're watching YouTube videos that are about US politicians, this extension will automatically look up the truths and lies the politician and show you a tally of their truths and lies.  You can get detailed information about each truth and lie by clicking on the stats.                    

Información Básica de la Extensión

Nombre Truths & Lies Truths & Lies
ID hlfeooemkfahmelipfkgjkngiakldogf
URL Oficial https://chrome.google.com/webstore/detail/truths-lies/hlfeooemkfahmelipfkgjkngiakldogf
Descripción Shows politicians truths and lies while watching YouTube videos
Tamaño del Archivo 90.43 KB
Cantidad de Instalaciones 36
Versión Actual 1.0
Última Actualización 2016-08-07
Fecha de Publicación 2016-08-07
Desarrollador rtuinenburg
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Truths & Lies",
    "description": "Shows politicians truths and lies while watching YouTube videos",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "content_style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/www.politifact.com\/*"
    ]
}