Smurfy Build Embedder
Replaces links to builds on Smurfy with an in-line, embedded version of the build.
Smurfy Build Embedder क्या है?
Smurfy Build Embedder TVsBrent द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces links to builds on Smurfy with an in-line, embedded version of the build."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smurfy Build Embedder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cojeifpnlghjagiopmpbcpipjocbcahp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/smurfy-build-embedder/cojeifpnlghjagiopmpbcpipjocbcahp |
विवरण | Replaces links to builds on Smurfy with an in-line, embedded version of the build. |
फ़ाइल का आकार | 835 KB |
स्थापना संख्या | 47 |
वर्तमान संस्करण | 0.2.2 |
अंतिम अपडेट | 2015-08-24 |
प्रकाशन तिथि | 2015-08-24 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | TVsBrent |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smurfy Build Embedder", "short_name": "SmurfyEmbed", "description": "Replaces links to builds on Smurfy with an in-line, embedded version of the build.", "version": "0.2.2", "minimum_chrome_version": "40.0", "options_ui": { "page": "html\/options.html", "chrome_style": true }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "scripts": [ "js\/jquery-2.1.4.min.js", "js\/background.js" ] }, "web_accessible_resources": [ "fonts\/*" ], "permissions": [ "activeTab", "storage", "tabs", "webRequest", "http:\/\/mwo.smurfy-net.de\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } |