YouTube Cinema
Expands cinema mode (click ▭) to display in maximal size.
YouTube Cinema क्या है?
YouTube Cinema CheeseFrog द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expands cinema mode (click ▭) to display in maximal size."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Cinema एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
No ads or telemetry. Please consider donating (https://paypal.me/auyousef).
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fplholpfmfpnhmppbamcakepnegffmhc |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-cinema/fplholpfmfpnhmppbamcakepnegffmhc |
विवरण | Expands cinema mode (click ▭) to display in maximal size. |
फ़ाइल का आकार | 13.16 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 1.60 |
अंतिम अपडेट | 2024-01-14 |
प्रकाशन तिथि | 2022-05-29 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | CheeseFrog |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Cinema", "version": "1.60", "description": "Expands cinema mode (click \u25ad) to display in maximal size.", "icons": { "48": "icons\/ico48.png", "96": "icons\/ico96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "JS-Styler.js" ] } ], "action": { "default_icon": "icons\/ico96.png", "default_title": "YouTube Cinema", "default_popup": "settings\/options.html" }, "options_ui": { "page": "settings\/options.html" }, "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |