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

Caffeine TV Controller क्या है?

Caffeine TV Controller Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Caffeine TV Controller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Caffeine TV Controller Caffeine TV Controller
ID dbajgbdeadgdoeoolfaaomdgnebkalbj
आधिकारिक URL https://chromewebstore.google.com/detail/caffeine-tv-controller/dbajgbdeadgdoeoolfaaomdgnebkalbj
विवरण Allows you to chat in full-screen, adds a volume controller to the player, a nice dark theme and several other features
फ़ाइल का आकार 111 KB
स्थापना संख्या 26
वर्तमान संस्करण 2.0
अंतिम अपडेट 2017-12-07
प्रकाशन तिथि 2017-12-06
रेटिंग 4.93/5 कुल 15 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}