Smurfy Build Embedder
Replaces links to builds on Smurfy with an in-line, embedded version of the build.
Qu'est-ce que Smurfy Build Embedder ?
Smurfy Build Embedder est une extension Chrome développée par TVsBrent, et sa fonction principale est "Replaces links to builds on Smurfy with an in-line, embedded version of the build.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smurfy Build Embedder
Téléchargez les fichiers d'extension Smurfy Build Embedder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | cojeifpnlghjagiopmpbcpipjocbcahp |
URL Officiel | 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. |
Taille du Fichier | 835 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.2.2 |
Dernière Mise à Jour | 2015-08-24 |
Date de Publication | 2015-08-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | TVsBrent |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |