MyMXS
Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
What is MyMXS?
MyMXS is a Chrome extension developed by https://simraces.com, and its main feature is "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.".
Extension Screenshots
Download MyMXS Extension CRX File
Download MyMXS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
MyMXS is a Google Chrome Extension that modifies the mxsimulator website to display content fast and easy.
Extension Basic Information
Name | |
ID | mlilcggodhdbceoocljgnaijlechiakg |
Official URL | https://chromewebstore.google.com/detail/mymxs/mlilcggodhdbceoocljgnaijlechiakg |
Description | Replaces the mxsimulator.com page with a better mxsimulator.com look and feel. |
File Size | 1.04 MB |
Installation Count | 23 |
Current Version | MyMXS |
Last Updated | 2015-04-05 |
Publish Date | 2015-04-05 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://simraces.com |
Payment Type | free |
Supported Languages | 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" ] } ] } |