Truths & Lies
Shows politicians truths and lies while watching YouTube videos
什么是Truths & Lies?
Truths & Lies是由rtuinenburg开发的Chrome扩展程序,该扩展的主要功能是“Shows politicians truths and lies while watching YouTube videos”。
扩展截图
下载Truths & Lies扩展crx文件
下载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\/*" ] } |