Bigger Theater Mode

Increases the size of YouTube's Theater mode.

Τι είναι το Bigger Theater Mode;

Το Bigger Theater Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ggg.contact, και η κύρια λειτουργία του είναι "Increases the size of YouTube's Theater mode.".

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

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

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

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

                        Do you want YouTube™ videos to show up bigger, but still be able to see other useful information on your desktop? Are you tired of how useless Theater Mode currently is? Do you want to focus on the video your currently watching instead of being distracted by what's "recommended?"

Then, you should try this extension! With this small CSS tweak, your videos will be larger and easier to view in the browser. 

Happy viewing!                    

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

Όνομα Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
Επίσημο URL https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
Περιγραφή Increases the size of YouTube's Theater mode.
Μέγεθος Αρχείου 16.14 KB
Αριθμός Εγκαταστάσεων 885
Τρέχουσα Έκδοση 0.0.0.8
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2019-11-07
Αξιολόγηση 4.30/5 Συνολικά 40 Αξιολογήσεις
Προγραμματιστής https://ggg.contact
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bigger Theater Mode",
    "version": "0.0.0.8",
    "description": "Increases the size of YouTube's Theater mode.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "BiggerTheaterMode.css"
            ]
        }
    ],
    "manifest_version": 3
}