JWBerry3D Animated | Shell Shockers Theme
This is the animated Shell Shockers Theme for JWBerry3D. Made with all his own graphics, you can be the True Champion!
O que é JWBerry3D Animated | Shell Shockers Theme?
JWBerry3D Animated | Shell Shockers Theme é uma extensão do Chrome desenvolvida por JWBerry3D, e sua principal característica é "This is the animated Shell Shockers Theme for JWBerry3D. Made with all his own graphics, you can be the True Champion!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JWBerry3D Animated | Shell Shockers Theme
Baixe arquivos de extensão JWBerry3D Animated | 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 changes the look of the game Shell Shockers. It adds the brand from Partnered Twitch Streamer JWBerry3D. The colors are easier on the eyes and act as a dark-mode for Shell. It is the best and most technically advanced Shell theme anywhere, featuring an multiple animated homepage backgrounds, animated scope image, and NEW SPATULA ANIMATION!
Informações Básicas da Extensão
Nome | |
ID | binndblcbagpodgniocbbohkjgmebmjn |
URL Oficial | https://chrome.google.com/webstore/detail/jwberry3d-animated-shell/binndblcbagpodgniocbbohkjgmebmjn |
Descrição | This is the animated Shell Shockers Theme for JWBerry3D. Made with all his own graphics, you can be the True Champion! |
Tamanho do Arquivo | 5.24 KB |
Contagem de Instalações | 244 |
Versão Atual | 0.0.0.4 |
Última Atualização | 2022-05-05 |
Data de Publicação | 2022-05-05 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | JWBerry3D |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://twitch.tv/JWBerry3D |
URL da Página de Ajuda | https://discord.gg/a5bVHmf |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JWBerry3D Animated | Shell Shockers Theme", "description": "This is the animated Shell Shockers Theme for JWBerry3D. Made with all his own graphics, you can be the True Champion!", "version": "0.0.0.4", "icons": { "128": "icon_127.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/shellshock.io\/*", "*:\/\/mathgames.world\/*", "*:\/\/hardshell.life\/*", "*:\/\/zygote.cafe\/*", "*:\/\/egghead.institute\/*", "*:\/\/eggfacts.fun\/*", "*:\/\/eggcombat.com\/*", "*:\/\/biologyclass.club\/*", "*:\/\/deadlyegg.com\/*", "*:\/\/egg.dance\/*", "*:\/\/eggisthenewblack.com\/*", "*:\/\/mathfun.rocks\/*", "*:\/\/softboiled.club\/*", "*:\/\/algebra.best\/*", "*:\/\/yolk.life\/*", "*:\/\/scrambled.best\/*", "*:\/\/scrambled.us\/*", "*:\/\/yolk.best\/*", "*:\/\/deathegg.world\/*", "*:\/\/shellshockers.site\/*", "*:\/\/scrambled.today\/*", "*:\/\/yolk.rocks\/*", "*:\/\/scrambled.tech\/*", "*:\/\/shellshockers.us\/*", "*:\/\/shellshockers.club\/*", "*:\/\/shellshockers.world\/*" ] } ] } |