Truths & Lies
Shows politicians truths and lies while watching YouTube videos
Wat is Truths & Lies?
Truths & Lies is een Chrome-extensie ontwikkeld door rtuinenburg, en de belangrijkste functie is "Shows politicians truths and lies while watching YouTube videos".
Extensie Screenshots
Download het CRX-bestand van de extensie Truths & Lies
Download Truths & Lies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hlfeooemkfahmelipfkgjkngiakldogf |
Officiële URL | https://chrome.google.com/webstore/detail/truths-lies/hlfeooemkfahmelipfkgjkngiakldogf |
Beschrijving | Shows politicians truths and lies while watching YouTube videos |
Bestandsgrootte | 90.43 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-08-07 |
Publicatiedatum | 2016-08-07 |
Ontwikkelaar | rtuinenburg |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |