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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |