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 Pregnantboy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Full-sized theater mode, miniplayer on scroll, Popout player for all video sites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BigTube - Better Youtube Theater Mode & More एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |