Truths & Lies

Shows politicians truths and lies while watching YouTube videos

Apa itu Truths & Lies?

Truths & Lies adalah ekstensi Chrome yang dikembangkan oleh rtuinenburg, dan fitur utamanya adalah "Shows politicians truths and lies while watching YouTube videos".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Truths & Lies

Unduh file ekstensi Truths & Lies dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Truths & Lies Truths & Lies
ID hlfeooemkfahmelipfkgjkngiakldogf
URL Resmi https://chrome.google.com/webstore/detail/truths-lies/hlfeooemkfahmelipfkgjkngiakldogf
Deskripsi Shows politicians truths and lies while watching YouTube videos
Ukuran File 90.43 KB
Jumlah Instalasi 36
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-08-07
Tanggal Publikasi 2016-08-07
Pengembang rtuinenburg
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}