SkyCrypt Themer

Create themes for SkyCrypt

什麼是SkyCrypt Themer?

SkyCrypt Themer是由Cookie_Wookie_7開發的Chrome擴展程式,該擴展的主要功能是“Create themes for SkyCrypt”。

擴展截圖

screenshot
screenshot

下載SkyCrypt Themer擴展crx文件

下載SkyCrypt Themer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SkyCrypt Themer SkyCrypt Themer
ID eeeichgfigdfdmnbmfbeggaolpnhbffc
官方網址 https://chromewebstore.google.com/detail/skycrypt-themer/eeeichgfigdfdmnbmfbeggaolpnhbffc
簡介 Create themes for SkyCrypt
檔案大小 84.36 KB
安裝次數 42
目前版本 3.0.0
更新時間 2022-01-28
上架時間 2020-12-26
評分 5.00/5 共 2 次評分
開發者 Cookie_Wookie_7
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/nstringham/SkyCrypt-Themer
支援的語言 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\/*"
            ]
        }
    ]
}