Torn || Shell Shockers

by Jayvan

Cos'è Torn || Shell Shockers?

Torn || Shell Shockers è un'estensione di Chrome sviluppata da jayvandev, e la sua funzione principale è "by Jayvan".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Torn || Shell Shockers

Scarica i file di estensione Torn || Shell Shockers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Torn || Shell Shockers Torn || Shell Shockers
ID emlfgecinpbddnmafokgnhnnhohjekcn
URL Ufficiale https://chromewebstore.google.com/detail/torn-shell-shockers/emlfgecinpbddnmafokgnhnnhohjekcn
Descrizione by Jayvan
Dimensione del File 25.09 KB
Conteggio Installazioni 119
Versione Corrente 1.0
Ultimo Aggiornamento 2022-10-26
Data di Pubblicazione 2022-10-26
Sviluppatore jayvandev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
            ]
        }
    ]
}