Truths & Lies
Shows politicians truths and lies while watching YouTube videos
Truths & Lies là gì?
Truths & Lies là một tiện ích mở rộng Chrome được phát triển bởi rtuinenburg, và tính năng chính của nó là "Shows politicians truths and lies while watching YouTube videos".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Truths & Lies
Tải xuống các tệp mở rộng Truths & Lies dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hlfeooemkfahmelipfkgjkngiakldogf |
URL Chính Thức | https://chrome.google.com/webstore/detail/truths-lies/hlfeooemkfahmelipfkgjkngiakldogf |
Mô tả | Shows politicians truths and lies while watching YouTube videos |
Kích Thước Tệp | 90.43 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-08-07 |
Ngày Phát Hành | 2016-08-07 |
Nhà Phát Triển | rtuinenburg |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |