Responsive YouTube
Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
Responsive YouTube क्या है?
Responsive YouTube Blaise Kal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically switch YouTube to theater mode and size videos to fill your entire browser window."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Responsive YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
• Automatically switch to theater mode. • Use all available space in your browser window to display the video as large as possible. • Scroll down to see the video details, comments and related videos.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fchofanjgpjojphfdpakbdliemmmhnoi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi |
विवरण | Automatically switch YouTube to theater mode and size videos to fill your entire browser window. |
फ़ाइल का आकार | 6.43 KB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 1.3.1 |
अंतिम अपडेट | 2018-02-23 |
प्रकाशन तिथि | 2018-02-23 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | Blaise Kal |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Responsive YouTube", "version": "1.3.1", "description": "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "https:\/\/youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "responsiveyoutube.js" ] } ] } |