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

Cos'è Caffeine TV Controller?

Caffeine TV Controller è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Caffeine TV Controller

Scarica i file di estensione Caffeine TV Controller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Caffeine TV Controller Caffeine TV Controller
ID dbajgbdeadgdoeoolfaaomdgnebkalbj
URL Ufficiale https://chromewebstore.google.com/detail/caffeine-tv-controller/dbajgbdeadgdoeoolfaaomdgnebkalbj
Descrizione Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features
Dimensione del File 111 KB
Conteggio Installazioni 26
Versione Corrente 2.0
Ultimo Aggiornamento 2017-12-07
Data di Pubblicazione 2017-12-06
Valutazione 4.93/5 Totale 15 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}