MyMXS

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

Was ist MyMXS?

MyMXS ist eine Chrome-Erweiterung, die von https://simraces.com entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.".

Erweiterungsscreenshots

screenshot

MyMXS-Erweiterungs-CRX-Datei herunterladen

Laden Sie MyMXS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name MyMXS MyMXS
ID mlilcggodhdbceoocljgnaijlechiakg
Offizielle URL https://chromewebstore.google.com/detail/mymxs/mlilcggodhdbceoocljgnaijlechiakg
Beschreibung Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
Dateigröße 1.04 MB
Installationsanzahl 23
Aktuelle Version MyMXS
Letztes Update 2015-04-05
Veröffentlichungsdatum 2015-04-05
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler https://simraces.com
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}