White Youtube Theater

Simply turns the ugly black theater background on youtube videos into a white one.

Τι είναι το White Youtube Theater;

Το White Youtube Theater είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Matty, και η κύρια λειτουργία του είναι "Simply turns the ugly black theater background on youtube videos into a white one.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης White Youtube Theater

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

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

                        Replaces the ugly black strips beside YouTube videos when in Theater mode with nice white ones.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
Επίσημο URL https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
Περιγραφή Simply turns the ugly black theater background on youtube videos into a white one.
Μέγεθος Αρχείου 11.65 KB
Αριθμός Εγκαταστάσεων 29
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2017-08-12
Ημερομηνία Δημοσίευσης 2017-08-11
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Matty
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "White Youtube Theater",
    "version": "0.0.2",
    "description": "Simply turns the ugly black theater background on youtube videos into a white one.",
    "icons": {
        "64": "icon64.png"
    },
    "author": "Matty",
    "browser_action": {
        "default_icon": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "http:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}