MyMXS

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

Apa itu MyMXS?

MyMXS adalah ekstensi Chrome yang dikembangkan oleh https://simraces.com, dan fitur utamanya adalah "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MyMXS

Unduh file ekstensi MyMXS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama MyMXS MyMXS
ID mlilcggodhdbceoocljgnaijlechiakg
URL Resmi https://chromewebstore.google.com/detail/mymxs/mlilcggodhdbceoocljgnaijlechiakg
Deskripsi Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
Ukuran File 1.04 MB
Jumlah Instalasi 23
Versi Saat Ini MyMXS
Terakhir Diperbarui 2015-04-05
Tanggal Publikasi 2015-04-05
Penilaian 4.00/5 Total 1 Penilaian
Pengembang https://simraces.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}