MyMXS
Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
Vad är MyMXS?
MyMXS är en Chrome-tillägg utvecklad av https://simraces.com, och dess huvudfunktion är "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.".
Tilläggsskärmbilder
Ladda ner MyMXS-förlängningens CRX-fil
Ladda ner MyMXS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
MyMXS is a Google Chrome Extension that modifies the mxsimulator website to display content fast and easy.
Grundläggande Information om Tillägg
Namn | |
ID | mlilcggodhdbceoocljgnaijlechiakg |
Officiell webbadress | https://chromewebstore.google.com/detail/mymxs/mlilcggodhdbceoocljgnaijlechiakg |
Beskrivning | Replaces the mxsimulator.com page with a better mxsimulator.com look and feel. |
Filstorlek | 1.04 MB |
Antal Installationer | 23 |
Aktuell Version | MyMXS |
Senast Uppdaterad | 2015-04-05 |
Publiceringsdatum | 2015-04-05 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | https://simraces.com |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |