MyMXS
Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
MyMXSとは何ですか?
MyMXSはhttps://simraces.comによって開発されたChromeの拡張機能で、その主な機能は「Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.」です。
拡張機能のスクリーンショット
MyMXS拡張機能のCRXファイルをダウンロード
MyMXS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MyMXS is a Google Chrome Extension that modifies the mxsimulator website to display content fast and easy.
拡張機能の基本情報
名前 | |
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" ] } ] } |