ShinyColors async app script

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

Cos'è ShinyColors async app script?

ShinyColors async app script è un'estensione di Chrome sviluppata da 蕾西亚, e la sua funzione principale è "Make third-party userscripts load more stable by setting the async attribute on the game's app script".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ShinyColors async app script

Scarica i file di estensione ShinyColors async app script in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ShinyColors async app script ShinyColors async app script
ID caafhkjcgpbinkgnghkojaoipgdkbcbc
URL Ufficiale https://chromewebstore.google.com/detail/shinycolors-async-app-scr/caafhkjcgpbinkgnghkojaoipgdkbcbc
Descrizione Make third-party userscripts load more stable by setting the async attribute on the game's app script
Dimensione del File 45.53 KB
Conteggio Installazioni 2,942
Versione Corrente 1.2
Ultimo Aggiornamento 2022-06-11
Data di Pubblicazione 2022-05-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore 蕾西亚
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}