Truths & Lies
Shows politicians truths and lies while watching YouTube videos
Τι είναι το Truths & Lies;
Το Truths & Lies είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rtuinenburg, και η κύρια λειτουργία του είναι "Shows politicians truths and lies while watching YouTube videos".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Truths & Lies
Λήψη αρχείων επέκτασης Truths & Lies σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hlfeooemkfahmelipfkgjkngiakldogf |
Επίσημο URL | https://chrome.google.com/webstore/detail/truths-lies/hlfeooemkfahmelipfkgjkngiakldogf |
Περιγραφή | Shows politicians truths and lies while watching YouTube videos |
Μέγεθος Αρχείου | 90.43 KB |
Αριθμός Εγκαταστάσεων | 36 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2016-08-07 |
Ημερομηνία Δημοσίευσης | 2016-08-07 |
Προγραμματιστής | rtuinenburg |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } |