BigTube - Better Youtube Theater Mode & More
Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.
Τι είναι το BigTube - Better Youtube Theater Mode & More;
Το BigTube - Better Youtube Theater Mode & More είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pregnantboy, και η κύρια λειτουργία του είναι "Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BigTube - Better Youtube Theater Mode & More
Λήψη αρχείων επέκτασης BigTube - Better Youtube Theater Mode & More σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Maximise your browser real estate by fully expanding your youtube video player (without going fullscreen). Updates (Feb '24) ----------------------------------- - Supports Youtube new grid layout Improvements (Dec 23) ----------------------------------- - Allow hiding of miniplayer More fixes (Aug '23) ----------------------------------- - Update css Fixes (Aug '23) ----------------------------------- - Update css New Features (Jul '23) ----------------------------------- - Miniplayer on scroll - now you can read comments while still watching the video Fixes (Jun '23) ----------------------------------- - Update css to support Youtube's new styling (thanks @pinakipb2) Features (Oct '22) ----------------------------------- - Improve performance of bigtube - Shortcut for Picture-in-Picture now set to Alt+P (Windows) or Option+P (Mac) - Migration to manifest v3 for extensions
Βασικές Πληροφορίες Επέκτασης
Όνομα | BigTube - Better Youtube Theater Mode & More |
ID | gdkadbhiemijfpoochcieonikoaciapi |
Επίσημο URL | https://chromewebstore.google.com/detail/bigtube-better-youtube-th/gdkadbhiemijfpoochcieonikoaciapi |
Περιγραφή | Full-sized theater mode, miniplayer on scroll, Popout player for all video sites. |
Μέγεθος Αρχείου | 29.86 KB |
Αριθμός Εγκαταστάσεων | 4,000 |
Τρέχουσα Έκδοση | 4.3.3 |
Τελευταία Ενημέρωση | 2024-02-27 |
Ημερομηνία Δημοσίευσης | 2019-12-20 |
Αξιολόγηση | 4.78/5 Συνολικά 92 Αξιολογήσεις |
Προγραμματιστής | Pregnantboy |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://ianchen.xyz/portfolio/bigtube/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BigTube - Better Youtube Theater Mode & More", "short_name": "BigTube", "version": "4.3.3", "manifest_version": 3, "description": "Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/main.js", "type": "module" }, "options_ui": { "page": "options\/options.html", "open_in_tab": false }, "action": { "default_icon": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" } }, "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+P", "mac": "Alt+P", "linux": "Alt+P", "chromeos": "Alt+P", "default": "Alt+P" } } }, "permissions": [ "storage", "activeTab", "scripting", "cookies" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ] } |