ShinyColors async app script
Make third-party userscripts load more stable by setting the async attribute on the game's app script
Hvad er ShinyColors async app script?
ShinyColors async app script er en Chrome-udvidelse udviklet af 蕾西亚, og dens hovedfunktion er "Make third-party userscripts load more stable by setting the async attribute on the game's app script".
Udvidelsesskærmbilleder
Download ShinyColors async app script-udvidelses-CRX-fil
Download ShinyColors async app script-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Use this extension to solve the problem that the ShinyColors localization script occasionally does not work. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | caafhkjcgpbinkgnghkojaoipgdkbcbc |
| Officiel URL | https://chromewebstore.google.com/detail/shinycolors-async-app-scr/caafhkjcgpbinkgnghkojaoipgdkbcbc |
| Beskrivelse | Make third-party userscripts load more stable by setting the async attribute on the game's app script |
| Filstørrelse | 45.53 KB |
| Antal Installationer | 2,942 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2022-06-11 |
| Udgivelsesdato | 2022-05-02 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | 蕾西亚 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |