MyMXS

Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.

Cos'è MyMXS?

MyMXS è un'estensione di Chrome sviluppata da https://simraces.com, e la sua funzione principale è "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MyMXS

Scarica i file di estensione MyMXS 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

                        MyMXS is a Google Chrome Extension that modifies the mxsimulator website to display content fast and easy.                    

Informazioni di Base sull'Estensione

Nome MyMXS MyMXS
ID mlilcggodhdbceoocljgnaijlechiakg
URL Ufficiale https://chromewebstore.google.com/detail/mymxs/mlilcggodhdbceoocljgnaijlechiakg
Descrizione Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
Dimensione del File 1.04 MB
Conteggio Installazioni 23
Versione Corrente MyMXS
Ultimo Aggiornamento 2015-04-05
Data di Pubblicazione 2015-04-05
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://simraces.com
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyMXS",
    "short_name": "Short Name",
    "version": "0.1.1.1",
    "description": "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.",
    "icons": {
        "128": "icon128.png"
    },
    "author": "simraces.com",
    "homepage_url": "http:\/\/www.simraces.com",
    "omnibox": {
        "keyword": "simraces"
    },
    "version_name": "MyMXS",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.mxsimulator.com\/"
            ],
            "css": [
                "style.css",
                "styleF.css",
                "bootstrap\/css\/bootstrap.css"
            ],
            "js": [
                "script.js",
                "jquery-2.1.3.js",
                "bootstrap\/js\/bootstrap.js"
            ]
        }
    ]
}