Truths & Lies

Shows politicians truths and lies while watching YouTube videos

O que é Truths & Lies?

Truths & Lies é uma extensão do Chrome desenvolvida por rtuinenburg, e sua principal característica é "Shows politicians truths and lies while watching YouTube videos".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Truths & Lies

Baixe arquivos de extensão Truths & Lies no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Truths & Lies Truths & Lies
ID hlfeooemkfahmelipfkgjkngiakldogf
URL Oficial https://chrome.google.com/webstore/detail/truths-lies/hlfeooemkfahmelipfkgjkngiakldogf
Descrição Shows politicians truths and lies while watching YouTube videos
Tamanho do Arquivo 90.43 KB
Contagem de Instalações 36
Versão Atual 1.0
Última Atualização 2016-08-07
Data de Publicação 2016-08-07
Desenvolvedor rtuinenburg
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}