ShinyColors async app script
Make third-party userscripts load more stable by setting the async attribute on the game's app script
Apa itu ShinyColors async app script?
ShinyColors async app script adalah ekstensi Chrome yang dikembangkan oleh 蕾西亚, dan fitur utamanya adalah "Make third-party userscripts load more stable by setting the async attribute on the game's app script".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ShinyColors async app script
Unduh file ekstensi ShinyColors async app script dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Use this extension to solve the problem that the ShinyColors localization script occasionally does not work.
Informasi Dasar Ekstensi
Nama | ShinyColors async app script |
ID | caafhkjcgpbinkgnghkojaoipgdkbcbc |
URL Resmi | https://chromewebstore.google.com/detail/shinycolors-async-app-scr/caafhkjcgpbinkgnghkojaoipgdkbcbc |
Deskripsi | Make third-party userscripts load more stable by setting the async attribute on the game's app script |
Ukuran File | 45.53 KB |
Jumlah Instalasi | 2,942 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2022-06-11 |
Tanggal Publikasi | 2022-05-02 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | 蕾西亚 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |