Truths & Lies
Shows politicians truths and lies while watching YouTube videos
Hvad er Truths & Lies?
Truths & Lies er en Chrome-udvidelse udviklet af rtuinenburg, og dens hovedfunktion er "Shows politicians truths and lies while watching YouTube videos".
Udvidelsesskærmbilleder
Download Truths & Lies-udvidelses-CRX-fil
Download Truths & Lies-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hlfeooemkfahmelipfkgjkngiakldogf |
Officiel URL | https://chrome.google.com/webstore/detail/truths-lies/hlfeooemkfahmelipfkgjkngiakldogf |
Beskrivelse | Shows politicians truths and lies while watching YouTube videos |
Filstørrelse | 90.43 KB |
Antal Installationer | 36 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-08-07 |
Udgivelsesdato | 2016-08-07 |
Udvikler | rtuinenburg |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |