Smurfy Build Embedder

Replaces links to builds on Smurfy with an in-line, embedded version of the build.

Cos'è Smurfy Build Embedder?

Smurfy Build Embedder è un'estensione di Chrome sviluppata da TVsBrent, e la sua funzione principale è "Replaces links to builds on Smurfy with an in-line, embedded version of the build.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Smurfy Build Embedder

Scarica i file di estensione Smurfy Build Embedder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Smurfy Build Embedder Smurfy Build Embedder
ID cojeifpnlghjagiopmpbcpipjocbcahp
URL Ufficiale https://chrome.google.com/webstore/detail/smurfy-build-embedder/cojeifpnlghjagiopmpbcpipjocbcahp
Descrizione Replaces links to builds on Smurfy with an in-line, embedded version of the build.
Dimensione del File 835 KB
Conteggio Installazioni 47
Versione Corrente 0.2.2
Ultimo Aggiornamento 2015-08-24
Data di Pubblicazione 2015-08-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore TVsBrent
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}