Twitch Theater Mode for YouTube
Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled
Τι είναι το Twitch Theater Mode for YouTube;
Το Twitch Theater Mode for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Splinterman, και η κύρια λειτουργία του είναι "Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitch Theater Mode for YouTube
Λήψη αρχείων επέκτασης Twitch Theater Mode for YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TTM expands the main video view and moves the chat box to the right hand side. Additionally, all other on-screen elements get hidden. All changes revert upon leaving theater mode. 8/22/2023 Note: YT seems to be updating their webplayer multiple times over the last few days and breaking the extension as a result. For now the plan is to react whenever I can until YT stabilizes. v4.02 Changes: hide/show chat option added v4.00 Updated June 2023! 🥳🎉 (pre-v4.00 Updated June 2020... 😓)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Twitch Theater Mode for YouTube |
ID | emkgicniaaleakbicedgkimdegnjgbkd |
Επίσημο URL | https://chromewebstore.google.com/detail/twitch-theater-mode-for-y/emkgicniaaleakbicedgkimdegnjgbkd |
Περιγραφή | Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled |
Μέγεθος Αρχείου | 5.65 MB |
Αριθμός Εγκαταστάσεων | 11,069 |
Τρέχουσα Έκδοση | 4.07 |
Τελευταία Ενημέρωση | 2023-08-27 |
Ημερομηνία Δημοσίευσης | 2020-06-30 |
Αξιολόγηση | 4.47/5 Συνολικά 112 Αξιολογήσεις |
Προγραμματιστής | Splinterman |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Theater Mode for YouTube", "description": "Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled", "version": "4.07", "author": "Splinterman", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.4.1.min.js", "ttm.js" ] } ] } |