ShinyColors async app script
Make third-party userscripts load more stable by setting the async attribute on the game's app script
ما هو ShinyColors async app script؟
ShinyColors async app script هو إضافة Chrome تم تطويرها بواسطة 蕾西亚، والميزة الرئيسية لها هي "Make third-party userscripts load more stable by setting the async attribute on the game's app script".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ShinyColors async app script
قم بتنزيل ملفات الامتداد ShinyColors async app script بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use this extension to solve the problem that the ShinyColors localization script occasionally does not work.
معلومات أساسية عن التمديد
الاسم | ShinyColors async app script |
ID | caafhkjcgpbinkgnghkojaoipgdkbcbc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/shinycolors-async-app-scr/caafhkjcgpbinkgnghkojaoipgdkbcbc |
الوصف | Make third-party userscripts load more stable by setting the async attribute on the game's app script |
حجم الملف | 45.53 KB |
عدد التثبيتات | 2,942 |
النسخة الحالية | 1.2 |
آخر تحديث | 2022-06-11 |
تاريخ النشر | 2022-05-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | 蕾西亚 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_desc__", "version": "1.2", "manifest_version": 2, "default_locale": "zh_CN", "content_scripts": [ { "matches": [ "*:\/\/shinycolors.enza.fun\/*" ], "run_at": "document_start", "js": [ "content-script.js" ] } ], "icons": { "128": "\/icon.png" } } |