Better Shell Shockers

Shell Shockers... But Better!

What is Better Shell Shockers?

Better Shell Shockers is a Chrome extension developed by jayvandev, and its main feature is "Shell Shockers... But Better!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Better Shell Shockers Extension CRX File

Download Better 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

                        Shell Shockers... But Better!

Featuring
- Custom UI Menu
- Ultra Low and Ultra High Detail
- Custom Theme Manager
- Music
- Brightness Adjuster                    

Extension Basic Information

Name Better Shell Shockers Better Shell Shockers
ID jmcpdmpnbfackbnohcjamooddgemiodf
Official URL https://chrome.google.com/webstore/detail/better-shell-shockers/jmcpdmpnbfackbnohcjamooddgemiodf
Description Shell Shockers... But Better!
File Size 171 KB
Installation Count 82
Current Version 1.0
Last Updated 2022-05-22
Publish Date 2022-05-22
Rating 4.00/5 Total 2 Ratings
Developer jayvandev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Shell Shockers",
    "description": "Shell Shockers... But Better!",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "bettershell.js"
            ],
            "matches": [
                "https:\/\/shellshock.io\/"
            ]
        }
    ]
}