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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |