SkyCrypt Themer

Create themes for SkyCrypt

SkyCrypt Themer là gì?

SkyCrypt Themer là một tiện ích mở rộng Chrome được phát triển bởi Cookie_Wookie_7, và tính năng chính của nó là "Create themes for SkyCrypt".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SkyCrypt Themer

Tải xuống các tệp mở rộng SkyCrypt Themer 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

                        SkyCrypt Themer lets you create and share Themes for SkyCrypt. Whether you are a SkyCrypt developer trying to make a new theme or a normal user that wants to add some color of your own SkyCrypt Themer is for you.                    

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

Tên SkyCrypt Themer SkyCrypt Themer
ID eeeichgfigdfdmnbmfbeggaolpnhbffc
URL Chính Thức https://chromewebstore.google.com/detail/skycrypt-themer/eeeichgfigdfdmnbmfbeggaolpnhbffc
Mô tả Create themes for SkyCrypt
Kích Thước Tệp 84.36 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2022-01-28
Ngày Phát Hành 2020-12-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Cookie_Wookie_7
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nstringham/SkyCrypt-Themer
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SkyCrypt Themer",
    "version": "3.0.0",
    "description": "Create themes for SkyCrypt",
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "icons": {
        "128": "assets\/logo-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sky.shiiyu.moe\/*"
            ],
            "js": [
                "import-contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/sky.shiiyu.moe\/*"
            ]
        }
    ]
}