Smurfy Build Embedder
Replaces links to builds on Smurfy with an in-line, embedded version of the build.
What is Smurfy Build Embedder?
Smurfy Build Embedder is a Chrome extension developed by TVsBrent, and its main feature is "Replaces links to builds on Smurfy with an in-line, embedded version of the build.".
Extension Screenshots
Download Smurfy Build Embedder Extension CRX File
Download Smurfy Build Embedder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | cojeifpnlghjagiopmpbcpipjocbcahp |
Official URL | https://chrome.google.com/webstore/detail/smurfy-build-embedder/cojeifpnlghjagiopmpbcpipjocbcahp |
Description | Replaces links to builds on Smurfy with an in-line, embedded version of the build. |
File Size | 835 KB |
Installation Count | 47 |
Current Version | 0.2.2 |
Last Updated | 2015-08-24 |
Publish Date | 2015-08-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | TVsBrent |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |