ShinyColors async app script

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

Vad är ShinyColors async app script?

ShinyColors async app script är en Chrome-tillägg utvecklad av 蕾西亚, och dess huvudfunktion är "Make third-party userscripts load more stable by setting the async attribute on the game's app script".

Tilläggsskärmbilder

screenshot

Ladda ner ShinyColors async app script-förlängningens CRX-fil

Ladda ner ShinyColors async app script-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn ShinyColors async app script ShinyColors async app script
ID caafhkjcgpbinkgnghkojaoipgdkbcbc
Officiell webbadress https://chromewebstore.google.com/detail/shinycolors-async-app-scr/caafhkjcgpbinkgnghkojaoipgdkbcbc
Beskrivning Make third-party userscripts load more stable by setting the async attribute on the game's app script
Filstorlek 45.53 KB
Antal Installationer 2,942
Aktuell Version 1.2
Senast Uppdaterad 2022-06-11
Publiceringsdatum 2022-05-02
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare 蕾西亚
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}