BetterTheatre
With this extension you can enjoy a full size theatre mode on youtube.
Cos'è BetterTheatre?
BetterTheatre è un'estensione di Chrome sviluppata da Paolo Basso, e la sua funzione principale è "With this extension you can enjoy a full size theatre mode on youtube.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BetterTheatre
Scarica i file di estensione BetterTheatre 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
With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode.
Informazioni di Base sull'Estensione
Nome | BetterTheatre |
ID | bbncinkmcfkhjbnebkbhoefiecdenmkh |
URL Ufficiale | https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh |
Descrizione | With this extension you can enjoy a full size theatre mode on youtube. |
Dimensione del File | 18.82 KB |
Conteggio Installazioni | 797 |
Versione Corrente | 1.11.0 |
Ultimo Aggiornamento | 2023-09-05 |
Data di Pubblicazione | 2018-10-14 |
Valutazione | 4.55/5 Totale 33 Valutazioni |
Sviluppatore | Paolo Basso |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/paolobasso99/BetterTheatre/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BetterTheatre", "description": "With this extension you can enjoy a full size theatre mode on youtube.", "version": "1.11.0", "author": "Paolo Basso", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "css\/BetterTheatre.css" ] } ], "icons": { "16": "assets\/BT_icon16.png", "48": "assets\/BT_icon48.png", "128": "assets\/BT_icon128.png" }, "web_accessible_resources": [ { "resources": [ "css\/BetterTheatre.css" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ] } |