MyMXS

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

Hvad er MyMXS?

MyMXS er en Chrome-udvidelse udviklet af https://simraces.com, og dens hovedfunktion er "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.".

Udvidelsesskærmbilleder

screenshot

Download MyMXS-udvidelses-CRX-fil

Download MyMXS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn MyMXS MyMXS
ID mlilcggodhdbceoocljgnaijlechiakg
Officiel URL https://chromewebstore.google.com/detail/mymxs/mlilcggodhdbceoocljgnaijlechiakg
Beskrivelse Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
Filstørrelse 1.04 MB
Antal Installationer 23
Nuværende Version MyMXS
Senest Opdateret 2015-04-05
Udgivelsesdato 2015-04-05
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler https://simraces.com
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}