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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Caffeine TV Controller

Λήψη αρχείων επέκτασης Caffeine TV Controller σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}