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
Qu'est-ce que Caffeine TV Controller ?
Caffeine TV Controller est une extension Chrome développée par Unknown, et sa fonction principale est "Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Caffeine TV Controller
Téléchargez les fichiers d'extension Caffeine TV Controller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Caffeine TV Controller |
ID | dbajgbdeadgdoeoolfaaomdgnebkalbj |
URL Officiel | https://chromewebstore.google.com/detail/caffeine-tv-controller/dbajgbdeadgdoeoolfaaomdgnebkalbj |
Description | Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features |
Taille du Fichier | 111 KB |
Nombre d'Installations | 26 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2017-12-07 |
Date de Publication | 2017-12-06 |
Évaluation | 4.93/5 Total 15 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |