MyMXS
Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
MyMXS là gì?
MyMXS là một tiện ích mở rộng Chrome được phát triển bởi https://simraces.com, và tính năng chính của nó là "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MyMXS
Tải xuống các tệp mở rộng MyMXS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
MyMXS is a Google Chrome Extension that modifies the mxsimulator website to display content fast and easy.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mlilcggodhdbceoocljgnaijlechiakg |
URL Chính Thức | https://chromewebstore.google.com/detail/mymxs/mlilcggodhdbceoocljgnaijlechiakg |
Mô tả | Replaces the mxsimulator.com page with a better mxsimulator.com look and feel. |
Kích Thước Tệp | 1.04 MB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | MyMXS |
Cập Nhật Lần Cuối | 2015-04-05 |
Ngày Phát Hành | 2015-04-05 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://simraces.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |