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 là gì?
Caffeine TV Controller là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Caffeine TV Controller
Tải xuống các tệp mở rộng Caffeine TV Controller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Caffeine TV Controller |
ID | dbajgbdeadgdoeoolfaaomdgnebkalbj |
URL Chính Thức | https://chromewebstore.google.com/detail/caffeine-tv-controller/dbajgbdeadgdoeoolfaaomdgnebkalbj |
Mô tả | Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2017-12-07 |
Ngày Phát Hành | 2017-12-06 |
Đánh Giá | 4.93/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |