yttwthmode
Twitch-like theater mode for Youtube livestreams and archives.
Hvad er yttwthmode?
yttwthmode er en Chrome-udvidelse udviklet af maquinas, og dens hovedfunktion er "Twitch-like theater mode for Youtube livestreams and archives.".
Udvidelsesskærmbilleder
Download yttwthmode-udvidelses-CRX-fil
Download yttwthmode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | yttwthmode |
ID | ahnanfplkklemnpbjcgheicpcnodmjji |
Officiel URL | https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji |
Beskrivelse | Twitch-like theater mode for Youtube livestreams and archives. |
Filstørrelse | 44.22 KB |
Antal Installationer | 140 |
Nuværende Version | 1.3.10 |
Senest Opdateret | 2024-01-14 |
Udgivelsesdato | 2021-03-09 |
Bedømmelse | 3.86/5 Samlet 7 Bedømmelser |
Udvikler | maquinas |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/maquinas07/yttwthmode |
Understøttede Sprog | 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}" } } } |