yttwthmode
Twitch-like theater mode for Youtube livestreams and archives.
Qu'est-ce que yttwthmode ?
yttwthmode est une extension Chrome développée par maquinas, et sa fonction principale est "Twitch-like theater mode for Youtube livestreams and archives.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension yttwthmode
Téléchargez les fichiers d'extension yttwthmode 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
Changes Youtube's theater mode to emulate Twitch's. Video is displayed in the whole window with the chat on the right and goes to the bottom when the screen shrinks to half size. Source available at https://github.com/maquinas07/yttwthmode/
Informations de Base sur l'Extension
Nom | yttwthmode |
ID | ahnanfplkklemnpbjcgheicpcnodmjji |
URL Officiel | https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji |
Description | Twitch-like theater mode for Youtube livestreams and archives. |
Taille du Fichier | 44.22 KB |
Nombre d'Installations | 140 |
Version Actuelle | 1.3.10 |
Dernière Mise à Jour | 2024-01-14 |
Date de Publication | 2021-03-09 |
Évaluation | 3.86/5 Total 7 Évaluations |
Développeur | maquinas |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/maquinas07/yttwthmode |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "yttwthmode", "version": "1.3.10", "description": "Twitch-like theater mode for Youtube livestreams and archives.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "dist\/content-script.js" ] } ], "action": { "default_popup": "dist\/popup\/popup.html", "default_icon": { "128": "dist\/img\/logo_128.png" } }, "permissions": [ "storage", "tabs" ], "icons": { "128": "dist\/img\/logo_128.png" }, "browser_specific_settings": { "gecko": { "id": "{ec1cc669-f6b7-4455-b288-bca14f840bf2}" } } } |