Truths & Lies

Shows politicians truths and lies while watching YouTube videos

Co to jest Truths & Lies?

Truths & Lies to rozszerzenie Chrome opracowane przez rtuinenburg, a jego główną funkcją jest „Shows politicians truths and lies while watching YouTube videos”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Truths & Lies

Pobierz pliki rozszerzeń Truths & Lies w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Truths & Lies Truths & Lies
ID hlfeooemkfahmelipfkgjkngiakldogf
Oficjalny URL https://chrome.google.com/webstore/detail/truths-lies/hlfeooemkfahmelipfkgjkngiakldogf
Opis Shows politicians truths and lies while watching YouTube videos
Rozmiar pliku 90.43 KB
Liczba instalacji 36
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-08-07
Data Publikacji 2016-08-07
Deweloper rtuinenburg
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}