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
Vad är Caffeine TV Controller?
Caffeine TV Controller är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features".
Tilläggsskärmbilder
Ladda ner Caffeine TV Controller-förlängningens CRX-fil
Ladda ner Caffeine TV Controller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Caffeine TV Controller |
ID | dbajgbdeadgdoeoolfaaomdgnebkalbj |
Officiell webbadress | https://chromewebstore.google.com/detail/caffeine-tv-controller/dbajgbdeadgdoeoolfaaomdgnebkalbj |
Beskrivning | Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features |
Filstorlek | 111 KB |
Antal Installationer | 26 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2017-12-07 |
Publiceringsdatum | 2017-12-06 |
Betyg | 4.93/5 Totalt 15 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" } } |