MyMXS
Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
ما هو MyMXS؟
MyMXS هو إضافة Chrome تم تطويرها بواسطة https://simraces.com، والميزة الرئيسية لها هي "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MyMXS
قم بتنزيل ملفات الامتداد MyMXS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |