Truths & Lies
Shows politicians truths and lies while watching YouTube videos
Co je Truths & Lies?
Truths & Lies je rozšíření Chrome vyvinuté rtuinenburg, a jeho hlavní funkcí je „Shows politicians truths and lies while watching YouTube videos“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Truths & Lies
Stáhněte si soubory rozšíření Truths & Lies ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | hlfeooemkfahmelipfkgjkngiakldogf |
Oficiální URL | https://chrome.google.com/webstore/detail/truths-lies/hlfeooemkfahmelipfkgjkngiakldogf |
Popis | Shows politicians truths and lies while watching YouTube videos |
Velikost souboru | 90.43 KB |
Počet instalací | 36 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-08-07 |
Datum Vydání | 2016-08-07 |
Vývojář | rtuinenburg |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |