Truths & Lies

Shows politicians truths and lies while watching YouTube videos

Qu'est-ce que Truths & Lies ?

Truths & Lies est une extension Chrome développée par rtuinenburg, et sa fonction principale est "Shows politicians truths and lies while watching YouTube videos".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Truths & Lies

Téléchargez les fichiers d'extension Truths & Lies 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

                        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.                    

Informations de Base sur l'Extension

Nom Truths & Lies Truths & Lies
ID hlfeooemkfahmelipfkgjkngiakldogf
URL Officiel https://chrome.google.com/webstore/detail/truths-lies/hlfeooemkfahmelipfkgjkngiakldogf
Description Shows politicians truths and lies while watching YouTube videos
Taille du Fichier 90.43 KB
Nombre d'Installations 36
Version Actuelle 1.0
Dernière Mise à Jour 2016-08-07
Date de Publication 2016-08-07
Développeur rtuinenburg
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}