Vital | Shell Shockers Theme

New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021

O que é Vital | Shell Shockers Theme?

Vital | Shell Shockers Theme é uma extensão do Chrome desenvolvida por Hasanx Developer, e sua principal característica é "New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Vital | Shell Shockers Theme

Baixe arquivos de extensão Vital | 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 Vital | Shell Shockers Theme Vital | Shell Shockers Theme
ID pfddkonbihkllmlcmicpepmfhpodnjbn
URL Oficial https://chromewebstore.google.com/detail/vital-shell-shockers-them/pfddkonbihkllmlcmicpepmfhpodnjbn
Descrição New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021
Tamanho do Arquivo 16.35 KB
Contagem de Instalações 589
Versão Atual 1
Última Atualização 2021-04-28
Data de Publicação 2021-04-27
Classificação 4.30/5 Total de 10 Avaliações
Desenvolvedor Hasanx Developer
Email [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": "Vital | Shell Shockers Theme",
    "version": "1",
    "author": "Agent Adam#5972 and Crow#4020",
    "description": "New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/shellshock.io\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}