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                     拡張機能の基本情報
| 名前 |   |  
| 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"
    }
}  |  |