SkyCrypt Themer
Create themes for SkyCrypt
What is SkyCrypt Themer?
SkyCrypt Themer is a Chrome extension developed by Cookie_Wookie_7, and its main feature is "Create themes for SkyCrypt".
Extension Screenshots
Download SkyCrypt Themer Extension CRX File
Download SkyCrypt Themer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | eeeichgfigdfdmnbmfbeggaolpnhbffc |
Official URL | https://chromewebstore.google.com/detail/skycrypt-themer/eeeichgfigdfdmnbmfbeggaolpnhbffc |
Description | Create themes for SkyCrypt |
File Size | 84.36 KB |
Installation Count | 42 |
Current Version | 3.0.0 |
Last Updated | 2022-01-28 |
Publish Date | 2020-12-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Cookie_Wookie_7 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/nstringham/SkyCrypt-Themer |
Supported Languages | 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\/*" ] } ] } |