Smurfy Build Embedder
Replaces links to builds on Smurfy with an in-line, embedded version of the build.
Vad är Smurfy Build Embedder?
Smurfy Build Embedder är en Chrome-tillägg utvecklad av TVsBrent, och dess huvudfunktion är "Replaces links to builds on Smurfy with an in-line, embedded version of the build.".
Tilläggsskärmbilder
Ladda ner Smurfy Build Embedder-förlängningens CRX-fil
Ladda ner Smurfy Build Embedder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | cojeifpnlghjagiopmpbcpipjocbcahp |
Officiell webbadress | https://chrome.google.com/webstore/detail/smurfy-build-embedder/cojeifpnlghjagiopmpbcpipjocbcahp |
Beskrivning | Replaces links to builds on Smurfy with an in-line, embedded version of the build. |
Filstorlek | 835 KB |
Antal Installationer | 47 |
Aktuell Version | 0.2.2 |
Senast Uppdaterad | 2015-08-24 |
Publiceringsdatum | 2015-08-24 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | TVsBrent |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } |