ShinyColors async app script
Make third-party userscripts load more stable by setting the async attribute on the game's app script
Qu'est-ce que ShinyColors async app script ?
ShinyColors async app script est une extension Chrome développée par 蕾西亚, et sa fonction principale est "Make third-party userscripts load more stable by setting the async attribute on the game's app script".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ShinyColors async app script
Téléchargez les fichiers d'extension ShinyColors async app script au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Use this extension to solve the problem that the ShinyColors localization script occasionally does not work.
Informations de Base sur l'Extension
Nom | ShinyColors async app script |
ID | caafhkjcgpbinkgnghkojaoipgdkbcbc |
URL Officiel | https://chromewebstore.google.com/detail/shinycolors-async-app-scr/caafhkjcgpbinkgnghkojaoipgdkbcbc |
Description | Make third-party userscripts load more stable by setting the async attribute on the game's app script |
Taille du Fichier | 45.53 KB |
Nombre d'Installations | 2,942 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-06-11 |
Date de Publication | 2022-05-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | 蕾西亚 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |