Caffeine TV Controller
Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features
ما هو Caffeine TV Controller؟
Caffeine TV Controller هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Caffeine TV Controller
قم بتنزيل ملفات الامتداد Caffeine TV Controller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features to the Caffeine.TV website. Developed by: LordRampantHump & RmXShooT
معلومات أساسية عن التمديد
الاسم | Caffeine TV Controller |
ID | dbajgbdeadgdoeoolfaaomdgnebkalbj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/caffeine-tv-controller/dbajgbdeadgdoeoolfaaomdgnebkalbj |
الوصف | Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features |
حجم الملف | 111 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 2.0 |
آخر تحديث | 2017-12-07 |
تاريخ النشر | 2017-12-06 |
تقييم | 4.93/5 مجموع تقييمات 15 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Caffeine TV Controller", "short_name": "Caffeine TV Controller", "version": "2.0", "manifest_version": 2, "description": "Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features", "author": "LordRampantHump & RmXShooT", "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Caffeine TV Controller", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "all_frames": true, "css": [ "styles\/fix.css" ], "match_about_blank": true, "matches": [ "https:\/\/www.caffeine.tv\/*" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/www.caffeine.tv\/*", "tabs", "storage" ], "storage": { "managed_schema": "managed-storage-schema.json" } } |