ShinyColors async app script
Make third-party userscripts load more stable by setting the async attribute on the game's app script
Was ist ShinyColors async app script?
ShinyColors async app script ist eine Chrome-Erweiterung, die von 蕾西亚 entwickelt wurde, und ihr Hauptmerkmal ist "Make third-party userscripts load more stable by setting the async attribute on the game's app script".
Erweiterungsscreenshots
ShinyColors async app script-Erweiterungs-CRX-Datei herunterladen
Laden Sie ShinyColors async app script-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Use this extension to solve the problem that the ShinyColors localization script occasionally does not work.
Grundlegende Informationen zur Erweiterung
Name | ShinyColors async app script |
ID | caafhkjcgpbinkgnghkojaoipgdkbcbc |
Offizielle URL | https://chromewebstore.google.com/detail/shinycolors-async-app-scr/caafhkjcgpbinkgnghkojaoipgdkbcbc |
Beschreibung | Make third-party userscripts load more stable by setting the async attribute on the game's app script |
Dateigröße | 45.53 KB |
Installationsanzahl | 2,942 |
Aktuelle Version | 1.2 |
Letztes Update | 2022-06-11 |
Veröffentlichungsdatum | 2022-05-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | 蕾西亚 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |