ShinyColors async app script
Make third-party userscripts load more stable by setting the async attribute on the game's app script
Wat is ShinyColors async app script?
ShinyColors async app script is een Chrome-extensie ontwikkeld door 蕾西亚, en de belangrijkste functie is "Make third-party userscripts load more stable by setting the async attribute on the game's app script".
Extensie Screenshots
Download het CRX-bestand van de extensie ShinyColors async app script
Download ShinyColors async app script-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Use this extension to solve the problem that the ShinyColors localization script occasionally does not work.
Basisinformatie over de Extensie
Naam | ShinyColors async app script |
ID | caafhkjcgpbinkgnghkojaoipgdkbcbc |
Officiële URL | https://chromewebstore.google.com/detail/shinycolors-async-app-scr/caafhkjcgpbinkgnghkojaoipgdkbcbc |
Beschrijving | Make third-party userscripts load more stable by setting the async attribute on the game's app script |
Bestandsgrootte | 45.53 KB |
Aantal Installaties | 2,942 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-06-11 |
Publicatiedatum | 2022-05-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | 蕾西亚 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |