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
Was ist Caffeine TV Controller?
Caffeine TV Controller ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features".
Erweiterungsscreenshots
Caffeine TV Controller-Erweiterungs-CRX-Datei herunterladen
Laden Sie Caffeine TV Controller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | dbajgbdeadgdoeoolfaaomdgnebkalbj | 
| Offizielle URL | https://chromewebstore.google.com/detail/caffeine-tv-controller/dbajgbdeadgdoeoolfaaomdgnebkalbj | 
| Beschreibung | Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features | 
| Dateigröße | 111 KB | 
| Installationsanzahl | 26 | 
| Aktuelle Version | 2.0 | 
| Letztes Update | 2017-12-07 | 
| Veröffentlichungsdatum | 2017-12-06 | 
| Bewertung | 4.93/5 Insgesamt 15 Bewertungen | 
| Entwickler | Unknown | 
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
    }
}  |  |