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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |