Truths & Lies

Shows politicians truths and lies while watching YouTube videos

Cos'è Truths & Lies?

Truths & Lies è un'estensione di Chrome sviluppata da rtuinenburg, e la sua funzione principale è "Shows politicians truths and lies while watching YouTube videos".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Truths & Lies

Scarica i file di estensione Truths & Lies in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Truths & Lies Truths & Lies
ID hlfeooemkfahmelipfkgjkngiakldogf
URL Ufficiale https://chrome.google.com/webstore/detail/truths-lies/hlfeooemkfahmelipfkgjkngiakldogf
Descrizione Shows politicians truths and lies while watching YouTube videos
Dimensione del File 90.43 KB
Conteggio Installazioni 36
Versione Corrente 1.0
Ultimo Aggiornamento 2016-08-07
Data di Pubblicazione 2016-08-07
Sviluppatore rtuinenburg
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}