SkyCrypt Themer

Create themes for SkyCrypt

Wat is SkyCrypt Themer?

SkyCrypt Themer is een Chrome-extensie ontwikkeld door Cookie_Wookie_7, en de belangrijkste functie is "Create themes for SkyCrypt".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SkyCrypt Themer

Download SkyCrypt Themer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SkyCrypt Themer SkyCrypt Themer
ID eeeichgfigdfdmnbmfbeggaolpnhbffc
Officiële URL https://chromewebstore.google.com/detail/skycrypt-themer/eeeichgfigdfdmnbmfbeggaolpnhbffc
Beschrijving Create themes for SkyCrypt
Bestandsgrootte 84.36 KB
Aantal Installaties 42
Huidige Versie 3.0.0
Laatst Bijgewerkt 2022-01-28
Publicatiedatum 2020-12-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Cookie_Wookie_7
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/nstringham/SkyCrypt-Themer
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}