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!
JWBerry3D Animated | Shell Shockers Themeとは何ですか?
JWBerry3D Animated | Shell Shockers ThemeはJWBerry3Dによって開発されたChromeの拡張機能で、その主な機能は「This is the animated Shell Shockers Theme for JWBerry3D. Made with all his own graphics, you can be the True Champion!」です。
拡張機能のスクリーンショット
JWBerry3D Animated | Shell Shockers Theme拡張機能のCRXファイルをダウンロード
JWBerry3D Animated | Shell Shockers Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
ID | binndblcbagpodgniocbbohkjgmebmjn |
公式URL | https://chrome.google.com/webstore/detail/jwberry3d-animated-shell/binndblcbagpodgniocbbohkjgmebmjn |
説明 | This is the animated Shell Shockers Theme for JWBerry3D. Made with all his own graphics, you can be the True Champion! |
ファイルサイズ | 5.24 KB |
インストール数 | 244 |
現在のバージョン | 0.0.0.4 |
最終更新日 | 2022-05-05 |
公開日 | 2022-05-05 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | JWBerry3D |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://twitch.tv/JWBerry3D |
ヘルプページのURL | https://discord.gg/a5bVHmf |
対応言語 | 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\/*" ] } ] } |