SkyCrypt Themer
Create themes for SkyCrypt
O que é SkyCrypt Themer?
SkyCrypt Themer é uma extensão do Chrome desenvolvida por Cookie_Wookie_7, e sua principal característica é "Create themes for SkyCrypt".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SkyCrypt Themer
Baixe arquivos de extensão SkyCrypt Themer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | eeeichgfigdfdmnbmfbeggaolpnhbffc |
URL Oficial | https://chromewebstore.google.com/detail/skycrypt-themer/eeeichgfigdfdmnbmfbeggaolpnhbffc |
Descrição | Create themes for SkyCrypt |
Tamanho do Arquivo | 84.36 KB |
Contagem de Instalações | 42 |
Versão Atual | 3.0.0 |
Última Atualização | 2022-01-28 |
Data de Publicação | 2020-12-26 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Cookie_Wookie_7 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/nstringham/SkyCrypt-Themer |
Idiomas Suportados | 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\/*" ] } ] } |