Better YouTube Theatre Mode
Improves YouTube's theatre mode by making use of all of the available height
Wat is Better YouTube Theatre Mode?
Better YouTube Theatre Mode is een Chrome-extensie ontwikkeld door SimenMH, en de belangrijkste functie is "Improves YouTube's theatre mode by making use of all of the available height".
Extensie Screenshots
Download het CRX-bestand van de extensie Better YouTube Theatre Mode
Download Better YouTube Theatre Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Better YouTube Theatre Mode |
ID | ffloofbaleegoikgiicbdchcnkdamkbn |
Officiële URL | https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn |
Beschrijving | Improves YouTube's theatre mode by making use of all of the available height |
Bestandsgrootte | 5.31 KB |
Aantal Installaties | 844 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2023-11-09 |
Publicatiedatum | 2022-05-11 |
Beoordeling | 4.53/5 Totaal 15 Beoordelingen |
Ontwikkelaar | SimenMH |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/SimenMH/better-youtube-theatre-mode |
Ondersteunde Talen | 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" } ] } |