Better YouTube Theatre Mode
Improves YouTube's theatre mode by making use of all of the available height
Cos'è Better YouTube Theatre Mode?
Better YouTube Theatre Mode è un'estensione di Chrome sviluppata da SimenMH, e la sua funzione principale è "Improves YouTube's theatre mode by making use of all of the available height".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better YouTube Theatre Mode
Scarica i file di estensione Better YouTube Theatre Mode 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
How it works:
-Adds a very simple change that forces theatre mode to expand vertically
Enjoy a better viewing experience.
Source: https://github.com/SimenMH/better-youtube-theatre-mode Informazioni di Base sull'Estensione
| Nome | |
| ID | ffloofbaleegoikgiicbdchcnkdamkbn |
| URL Ufficiale | https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn |
| Descrizione | Improves YouTube's theatre mode by making use of all of the available height |
| Dimensione del File | 5.31 KB |
| Conteggio Installazioni | 844 |
| Versione Corrente | 1.0.6 |
| Ultimo Aggiornamento | 2023-11-09 |
| Data di Pubblicazione | 2022-05-11 |
| Valutazione | 4.53/5 Totale 15 Valutazioni |
| Sviluppatore | SimenMH |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/SimenMH/better-youtube-theatre-mode |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Better YouTube Theatre Mode",
"version": "1.0.6",
"description": "Improves YouTube's theatre mode by making use of all of the available height",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"css": [
"byttm.css"
],
"run_at": "document_end"
}
]
} | |