7plus-responsive-video
Make the 7+ video player wide and more responsive
7plus-responsive-video क्या है?
7plus-responsive-video glen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make the 7+ video player wide and more responsive"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 7plus-responsive-video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Make the 7plus video player more responsive. This allows the video player to take full use of the available space by slightly rearranging the elements on the page.
एक्सटेंशन की मूल जानकारी
नाम | 7plus-responsive-video |
ID | pegahkchckmpafkgnobgcpcbhdcobijp |
आधिकारिक URL | https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp |
विवरण | Make the 7+ video player wide and more responsive |
फ़ाइल का आकार | 3.34 KB |
स्थापना संख्या | 50 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-07-26 |
प्रकाशन तिथि | 2021-07-26 |
डेवलपर | glen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/GWilts/7plus-responsive-video |
सहायता पृष्ठ URL | https://github.com/GWilts/7plus-responsive-video |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "7plus-responsive-video", "version": "1.0.0", "description": "Make the 7+ video player wide and more responsive", "short_name": "Make the 7+ video player responsive", "content_scripts": [ { "matches": [ "https:\/\/7plus.com.au\/*" ], "css": [ "background.css" ] } ] } |