Among Us Theme || Shell Shockers
by Jayvan & Helloworld
What is Among Us Theme || Shell Shockers?
Among Us Theme || Shell Shockers is a Chrome extension developed by jayvandev, and its main feature is "by Jayvan & Helloworld".
Extension Screenshots
Download Among Us Theme || Shell Shockers Extension CRX File
Download Among Us Theme || Shell Shockers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Among Us in Shell Shockers! Enjoy a modified UI as well as in game mods, including custom particles, sussy eggs, and a custom skybox.
Extension Basic Information
Name | |
ID | enajpjeakcobmhjdlbmipbknelalcioi |
Official URL | https://chrome.google.com/webstore/detail/among-us-theme-shell-shoc/enajpjeakcobmhjdlbmipbknelalcioi |
Description | by Jayvan & Helloworld |
File Size | 32.32 KB |
Installation Count | 849 |
Current Version | 1.0 |
Last Updated | 2022-04-11 |
Publish Date | 2022-04-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jayvandev |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Among Us Theme || Shell Shockers", "description": "by Jayvan & Helloworld", "version": "1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "amongus.js" ], "matches": [ "https:\/\/shellshock.io\/" ] } ] } |