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 là gì?

ShinyColors async app script là một tiện ích mở rộng Chrome được phát triển bởi 蕾西亚, và tính năng chính của nó là "Make third-party userscripts load more stable by setting the async attribute on the game's app script".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShinyColors async app script

Tải xuống các tệp mở rộng ShinyColors async app script dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShinyColors async app script ShinyColors async app script
ID caafhkjcgpbinkgnghkojaoipgdkbcbc
URL Chính Thức https://chromewebstore.google.com/detail/shinycolors-async-app-scr/caafhkjcgpbinkgnghkojaoipgdkbcbc
Mô tả Make third-party userscripts load more stable by setting the async attribute on the game's app script
Kích Thước Tệp 45.53 KB
Số Lần Cài Đặt 2,942
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-06-11
Ngày Phát Hành 2022-05-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển 蕾西亚
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}