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\/*" ] } |