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 |
官方網址 | 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\/*" ] } |