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

Apa itu Caffeine TV Controller?

Caffeine TV Controller adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Caffeine TV Controller

Unduh file ekstensi Caffeine TV Controller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Caffeine TV Controller Caffeine TV Controller
ID dbajgbdeadgdoeoolfaaomdgnebkalbj
URL Resmi https://chromewebstore.google.com/detail/caffeine-tv-controller/dbajgbdeadgdoeoolfaaomdgnebkalbj
Deskripsi Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features
Ukuran File 111 KB
Jumlah Instalasi 26
Versi Saat Ini 2.0
Terakhir Diperbarui 2017-12-07
Tanggal Publikasi 2017-12-06
Penilaian 4.93/5 Total 15 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}