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!
Qu'est-ce que JWBerry3D Animated | Shell Shockers Theme ?
JWBerry3D Animated | Shell Shockers Theme est une extension Chrome développée par JWBerry3D, et sa fonction principale est "This is the animated Shell Shockers Theme for JWBerry3D. Made with all his own graphics, you can be the True Champion!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JWBerry3D Animated | Shell Shockers Theme
Téléchargez les fichiers d'extension JWBerry3D Animated | Shell Shockers Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | binndblcbagpodgniocbbohkjgmebmjn |
URL Officiel | https://chrome.google.com/webstore/detail/jwberry3d-animated-shell/binndblcbagpodgniocbbohkjgmebmjn |
Description | This is the animated Shell Shockers Theme for JWBerry3D. Made with all his own graphics, you can be the True Champion! |
Taille du Fichier | 5.24 KB |
Nombre d'Installations | 244 |
Version Actuelle | 0.0.0.4 |
Dernière Mise à Jour | 2022-05-05 |
Date de Publication | 2022-05-05 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | JWBerry3D |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitch.tv/JWBerry3D |
URL de la Page d'Aide | https://discord.gg/a5bVHmf |
Langues Prises en Charge | 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\/*" ] } ] } |