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
Hvad er Caffeine TV Controller?
Caffeine TV Controller er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features".
Udvidelsesskærmbilleder
Download Caffeine TV Controller-udvidelses-CRX-fil
Download Caffeine TV Controller-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Caffeine TV Controller |
ID | dbajgbdeadgdoeoolfaaomdgnebkalbj |
Officiel URL | https://chromewebstore.google.com/detail/caffeine-tv-controller/dbajgbdeadgdoeoolfaaomdgnebkalbj |
Beskrivelse | Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features |
Filstørrelse | 111 KB |
Antal Installationer | 26 |
Nuværende Version | 2.0 |
Senest Opdateret | 2017-12-07 |
Udgivelsesdato | 2017-12-06 |
Bedømmelse | 4.93/5 Samlet 15 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |