KJDCitsMe | Shell Shockers Theme
KJDCitsMe's Official Shell Theme
O que é KJDCitsMe | Shell Shockers Theme?
KJDCitsMe | Shell Shockers Theme é uma extensão do Chrome desenvolvida por Hasanx Developer, e sua principal característica é "KJDCitsMe's Official Shell Theme".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão KJDCitsMe | Shell Shockers Theme
Baixe arquivos de extensão KJDCitsMe | Shell Shockers Theme 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
Brand new Shell Shockers theme! Edits the entire page layout and scope, hope you enjoy!
Informações Básicas da Extensão
Nome | |
ID | ffmmolniidmmaabfnnjeagnpocnchknj |
URL Oficial | https://chrome.google.com/webstore/detail/kjdcitsme-shell-shockers/ffmmolniidmmaabfnnjeagnpocnchknj |
Descrição | KJDCitsMe's Official Shell Theme |
Tamanho do Arquivo | 16.58 KB |
Contagem de Instalações | 167 |
Versão Atual | 1 |
Última Atualização | 2022-01-02 |
Data de Publicação | 2022-01-02 |
Desenvolvedor | Hasanx Developer |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KJDCitsMe | Shell Shockers Theme", "version": "1", "author": "Designed by KJ#5391 | Programmed by Agent Adam#5972", "description": "KJDCitsMe's Official Shell Theme", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/egghead.institute\/*", "*:\/\/shellshock.io\/*", "*:\/\/violentegg.club\/*", "*:\/\/algebra.vip\/*" ] } ], "icons": { "128": "egg.png" } } |