BetterTheatre
With this extension you can enjoy a full size theatre mode on youtube.
BetterTheatre क्या है?
BetterTheatre Paolo Basso द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this extension you can enjoy a full size theatre mode on youtube."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BetterTheatre एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode.
एक्सटेंशन की मूल जानकारी
नाम | BetterTheatre |
ID | bbncinkmcfkhjbnebkbhoefiecdenmkh |
आधिकारिक URL | https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh |
विवरण | With this extension you can enjoy a full size theatre mode on youtube. |
फ़ाइल का आकार | 18.82 KB |
स्थापना संख्या | 797 |
वर्तमान संस्करण | 1.11.0 |
अंतिम अपडेट | 2023-09-05 |
प्रकाशन तिथि | 2018-10-14 |
रेटिंग | 4.55/5 कुल 33 रेटिंग्स |
डेवलपर | Paolo Basso |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/paolobasso99/BetterTheatre/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BetterTheatre", "description": "With this extension you can enjoy a full size theatre mode on youtube.", "version": "1.11.0", "author": "Paolo Basso", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "css\/BetterTheatre.css" ] } ], "icons": { "16": "assets\/BT_icon16.png", "48": "assets\/BT_icon48.png", "128": "assets\/BT_icon128.png" }, "web_accessible_resources": [ { "resources": [ "css\/BetterTheatre.css" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ] } |