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 |
Eメール | [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\/*" ] } |