MyMXS

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

Co to jest MyMXS?

MyMXS to rozszerzenie Chrome opracowane przez https://simraces.com, a jego główną funkcją jest „Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MyMXS

Pobierz pliki rozszerzeń MyMXS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa MyMXS MyMXS
ID mlilcggodhdbceoocljgnaijlechiakg
Oficjalny URL https://chromewebstore.google.com/detail/mymxs/mlilcggodhdbceoocljgnaijlechiakg
Opis Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
Rozmiar pliku 1.04 MB
Liczba instalacji 23
Aktualna Wersja MyMXS
Ostatnia Aktualizacja 2015-04-05
Data Publikacji 2015-04-05
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper https://simraces.com
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}