BetterTheatre
With this extension you can enjoy a full size theatre mode on youtube.
Qu'est-ce que BetterTheatre ?
BetterTheatre est une extension Chrome développée par Paolo Basso, et sa fonction principale est "With this extension you can enjoy a full size theatre mode on youtube.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BetterTheatre
Téléchargez les fichiers d'extension BetterTheatre au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode.
Informations de Base sur l'Extension
Nom | BetterTheatre |
ID | bbncinkmcfkhjbnebkbhoefiecdenmkh |
URL Officiel | https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh |
Description | With this extension you can enjoy a full size theatre mode on youtube. |
Taille du Fichier | 18.82 KB |
Nombre d'Installations | 797 |
Version Actuelle | 1.11.0 |
Dernière Mise à Jour | 2023-09-05 |
Date de Publication | 2018-10-14 |
Évaluation | 4.55/5 Total 33 Évaluations |
Développeur | Paolo Basso |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/paolobasso99/BetterTheatre/issues |
Langues Prises en Charge | 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\/*" ] } ] } |