BGSOUND support in Chrome
Enable BGSOUND tags within Chrome.
BGSOUND support in Chrome क्या है?
BGSOUND support in Chrome Hard Solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable BGSOUND tags within Chrome."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BGSOUND support in Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For old websites that still use the IE-only BGSOUND tag to make a sound, this extension will make those tags work in Chrome.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | akhnhkiankecgfkpdpdkidpefjjgpfhp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bgsound-support-in-chrome/akhnhkiankecgfkpdpdkidpefjjgpfhp |
विवरण | Enable BGSOUND tags within Chrome. |
फ़ाइल का आकार | 83.67 KB |
स्थापना संख्या | 134 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2014-09-01 |
प्रकाशन तिथि | 2014-09-01 |
रेटिंग | 2.50/5 कुल 2 रेटिंग्स |
डेवलपर | Hard Solutions |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BGSOUND support in Chrome", "version": "0.0.2", "manifest_version": 2, "description": "Enable BGSOUND tags within Chrome.", "homepage_url": "http:\/\/utilities.hardsolutions.co.uk", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "js\/background.html" }, "options_page": "src\/options_custom\/index.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/**" ], "js": [ "js\/inject.js" ], "run_at": "document_end" } ] } |