Hazard | Shell Shockers Theme
A shellshockers theme for Hazard!
O que é Hazard | Shell Shockers Theme?
Hazard | Shell Shockers Theme é uma extensão do Chrome desenvolvida por omeralp.tr, e sua principal característica é "A shellshockers theme for Hazard!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hazard | Shell Shockers Theme
Baixe arquivos de extensão Hazard | 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
This theme was coded by Magma, the design was all done by Hazard. Includes custom scope and crosshair! Hope you guys enjoy the theme! Thanks to Boolet for the template!
Informações Básicas da Extensão
Nome | |
ID | kielfepkmaliafegkoeckblcglcnccmj |
URL Oficial | https://chrome.google.com/webstore/detail/hazard-shell-shockers-the/kielfepkmaliafegkoeckblcglcnccmj |
Descrição | A shellshockers theme for Hazard! |
Tamanho do Arquivo | 16.36 KB |
Contagem de Instalações | 354 |
Versão Atual | 1.3 |
Última Atualização | 2022-08-18 |
Data de Publicação | 2022-08-14 |
Classificação | 4.71/5 Total de 14 Avaliações |
Desenvolvedor | omeralp.tr |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hazard | Shell Shockers Theme", "version": "1.3", "author": "Designed by Hazard | Programmed by Magma#9993", "description": "A shellshockers theme for Hazard!", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/egghead.institute\/*", "https:\/\/shellshock.io\/*", "https:\/\/violentegg.club\/*" ] } ], "icons": { "128": "egg.png" } } |