Better YouTube Theatre Mode
Improves YouTube's theatre mode by making use of all of the available height
Better YouTube Theatre Mode क्या है?
Better YouTube Theatre Mode SimenMH द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves YouTube's theatre mode by making use of all of the available height"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better YouTube Theatre Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
How it works: -Adds a very simple change that forces theatre mode to expand vertically Enjoy a better viewing experience. Source: https://github.com/SimenMH/better-youtube-theatre-mode
एक्सटेंशन की मूल जानकारी
नाम | Better YouTube Theatre Mode |
ID | ffloofbaleegoikgiicbdchcnkdamkbn |
आधिकारिक URL | https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn |
विवरण | Improves YouTube's theatre mode by making use of all of the available height |
फ़ाइल का आकार | 5.31 KB |
स्थापना संख्या | 844 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2023-11-09 |
प्रकाशन तिथि | 2022-05-11 |
रेटिंग | 4.53/5 कुल 15 रेटिंग्स |
डेवलपर | SimenMH |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/SimenMH/better-youtube-theatre-mode |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better YouTube Theatre Mode", "version": "1.0.6", "description": "Improves YouTube's theatre mode by making use of all of the available height", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "byttm.css" ], "run_at": "document_end" } ] } |