ShinyColors async app script

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

Что такое ShinyColors async app script?

ShinyColors async app script - это расширение Chrome, разработанное 蕾西亚, и его основная функция - "Make third-party userscripts load more stable by setting the async attribute on the game's app script".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ShinyColors async app script

Скачайте файлы расширений ShinyColors async app script в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название ShinyColors async app script ShinyColors async app script
ID caafhkjcgpbinkgnghkojaoipgdkbcbc
Официальный URL https://chromewebstore.google.com/detail/shinycolors-async-app-scr/caafhkjcgpbinkgnghkojaoipgdkbcbc
Описание Make third-party userscripts load more stable by setting the async attribute on the game's app script
Размер файла 45.53 KB
Количество установок 2,942
Текущая Версия 1.2
Последнее Обновление 2022-06-11
Дата публикации 2022-05-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик 蕾西亚
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}