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 |
官方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" } } |