Torn || Shell Shockers

by Jayvan

What is Torn || Shell Shockers?

Torn || Shell Shockers is a Chrome extension developed by jayvandev, and its main feature is "by Jayvan".

Extension Screenshots

screenshot

Download Torn || Shell Shockers Extension CRX File

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

                        UI Theme for Shell Shockers! Play shell shockers in style with this chrome extension.
Features:
- Custom UI
- Custom Scope & Crosshair                    

Extension Basic Information

Name Torn || Shell Shockers Torn || Shell Shockers
ID emlfgecinpbddnmafokgnhnnhohjekcn
Official URL https://chromewebstore.google.com/detail/torn-shell-shockers/emlfgecinpbddnmafokgnhnnhohjekcn
Description by Jayvan
File Size 25.09 KB
Installation Count 119
Current Version 1.0
Last Updated 2022-10-26
Publish Date 2022-10-26
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": "Torn || Shell Shockers",
    "description": "by Jayvan",
    "version": "1.0",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                "https:\/\/shellshock.io\/"
            ]
        }
    ]
}