MyMXS

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

Что такое MyMXS?

MyMXS - это расширение Chrome, разработанное https://simraces.com, и его основная функция - "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения MyMXS

Скачайте файлы расширений MyMXS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название MyMXS MyMXS
ID mlilcggodhdbceoocljgnaijlechiakg
Официальный URL https://chromewebstore.google.com/detail/mymxs/mlilcggodhdbceoocljgnaijlechiakg
Описание Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
Размер файла 1.04 MB
Количество установок 23
Текущая Версия MyMXS
Последнее Обновление 2015-04-05
Дата публикации 2015-04-05
Рейтинг 4.00/5 Всего 1 оценок
Разработчик https://simraces.com
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}