YouTube Fuller Theater
A larger tab theater mode for a more immersive viewing experience.
Cos'è YouTube Fuller Theater?
YouTube Fuller Theater è un'estensione di Chrome sviluppata da konglongkanglang, e la sua funzione principale è "A larger tab theater mode for a more immersive viewing experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Fuller Theater
Scarica i file di estensione YouTube Fuller Theater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Enlarges the theater mode on YouTube to the edges of your tab/window to improve your viewing experience!                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | ajdahhiabpehigbhnbplibcpofihofif | 
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-fuller-theater/ajdahhiabpehigbhnbplibcpofihofif | 
| Descrizione | A larger tab theater mode for a more immersive viewing experience. | 
| Dimensione del File | 9.61 KB | 
| Conteggio Installazioni | 127 | 
| Versione Corrente | 1.3 | 
| Ultimo Aggiornamento | 2023-08-09 | 
| Data di Pubblicazione | 2020-07-19 | 
| Valutazione | 4.15/5 Totale 13 Valutazioni | 
| Sviluppatore | konglongkanglang | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
| {
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "A larger tab theater mode for a more immersive viewing experience.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzqiIDr\/5loFRrlLIAM2zGXuAZnI0+qqblGfWiKTrKgfMr\/\/Um9gsNPPmvFw212Wb9u7ME80K3xbbTro2fkr+IRgfEJN8M3yQ5vhYbftcy9nDHhXtjjoialyGf1WQDJn11Qp3wEkGep0v0pMNESOdfWDAG4gCMCVju3mtkp\/qWAcsLIWXdbz6k03LyG\/YWyBN0dgCGHmCGbzgNrSSweMl5t5vN5BxykCTUUZAM0a69w+qGpoXFoauu1YyggUCw6s40+Zy8xK\/lTug9dQoPdn4rUSdGlkyqrmd8ubU69shaHx1FRE0plKad3NaF3AnQwxEFZ+Zy0WAkAPgAZItlTsJNQIDAQAB",
    "manifest_version": 2,
    "name": "YouTube Fuller Theater",
    "permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3"
} | |