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
官方URL 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\/*"
            ]
        }
    ]
}