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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" } } |