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

O que é Caffeine TV Controller?

Caffeine TV Controller é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Caffeine TV Controller

Baixe arquivos de extensão Caffeine TV Controller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Caffeine TV Controller Caffeine TV Controller
ID dbajgbdeadgdoeoolfaaomdgnebkalbj
URL Oficial https://chromewebstore.google.com/detail/caffeine-tv-controller/dbajgbdeadgdoeoolfaaomdgnebkalbj
Descrição Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features
Tamanho do Arquivo 111 KB
Contagem de Instalações 26
Versão Atual 2.0
Última Atualização 2017-12-07
Data de Publicação 2017-12-06
Classificação 4.93/5 Total de 15 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}