ShinyColors async app script

Make third-party userscripts load more stable by setting the async attribute on the game's app script

What is ShinyColors async app script?

ShinyColors async app script is a Chrome extension developed by 蕾西亚, and its main feature is "Make third-party userscripts load more stable by setting the async attribute on the game's app script".

Extension Screenshots

screenshot

Download ShinyColors async app script Extension CRX File

Download ShinyColors async app script extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use this extension to solve the problem that the ShinyColors localization script occasionally does not work.                    

Extension Basic Information

Name ShinyColors async app script ShinyColors async app script
ID caafhkjcgpbinkgnghkojaoipgdkbcbc
Official URL 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
File Size 45.53 KB
Installation Count 2,942
Current Version 1.2
Last Updated 2022-06-11
Publish Date 2022-05-02
Rating 5.00/5 Total 1 Ratings
Developer 蕾西亚
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}