MyMXS
Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
Wat is MyMXS?
MyMXS is een Chrome-extensie ontwikkeld door https://simraces.com, en de belangrijkste functie is "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.".
Extensie Screenshots
Download het CRX-bestand van de extensie MyMXS
Download MyMXS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
MyMXS is a Google Chrome Extension that modifies the mxsimulator website to display content fast and easy.
Basisinformatie over de Extensie
Naam | |
ID | mlilcggodhdbceoocljgnaijlechiakg |
Officiële URL | https://chromewebstore.google.com/detail/mymxs/mlilcggodhdbceoocljgnaijlechiakg |
Beschrijving | Replaces the mxsimulator.com page with a better mxsimulator.com look and feel. |
Bestandsgrootte | 1.04 MB |
Aantal Installaties | 23 |
Huidige Versie | MyMXS |
Laatst Bijgewerkt | 2015-04-05 |
Publicatiedatum | 2015-04-05 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://simraces.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |