WebM Options (Premium)
Set default attributes for direct WebM links
WebM Options (Premium) क्या है?
WebM Options (Premium) Miller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set default attributes for direct WebM links"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WebM Options (Premium) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Direct links to WebM files have all the video attributes set to Chrome's default values, this extension gives you control over what those values are. This extension ONLY works with direct links to WebM files, it only works on pages where the URL ends with .webm To enable this extension to work with local files, check the 'Allow access to file URLs' checkbox underneath the extension in chrome > settings > extensions If you have any suggestions, comments or if you want to design a nice layout for the options page (or some logos or banners that don't look as terrible as the ones I've made) feel free to contact me.
एक्सटेंशन की मूल जानकारी
नाम | WebM Options (Premium) |
ID | fhgjcfedjhkachipnckecjckmdllpgjh |
आधिकारिक URL | https://chromewebstore.google.com/detail/webm-options-premium/fhgjcfedjhkachipnckecjckmdllpgjh |
विवरण | Set default attributes for direct WebM links |
फ़ाइल का आकार | 16.89 KB |
स्थापना संख्या | 1,938 |
वर्तमान संस्करण | 1.51 |
अंतिम अपडेट | 2017-11-22 |
प्रकाशन तिथि | 2017-11-22 |
रेटिंग | 3.68/5 कुल 22 रेटिंग्स |
डेवलपर | Miller |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebM Options (Premium)", "description": "Set default attributes for direct WebM links", "version": "1.51", "manifest_version": 2, "permissions": [ "storage" ], "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*.webm", "https:\/\/*\/*.webm", "file:\/\/*\/*.webm" ], "js": [ "webmoptions.js" ], "run_at": "document_start" } ] } |