MyMXS

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

MyMXS क्या है?

MyMXS https://simraces.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MyMXS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}