King Hayden || Shell Shockers

King Hayden Shell Shockers Theme

Cos'è King Hayden || Shell Shockers?

King Hayden || Shell Shockers è un'estensione di Chrome sviluppata da jayvandev, e la sua funzione principale è "King Hayden Shell Shockers Theme".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione King Hayden || Shell Shockers

Scarica i file di estensione King Hayden || 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

                        Custom UI for shell shockers streamer King Hayden.

Featuring

- Custom UI for new update
- Custom Scope
- Custom Crosshair
- Spotify Playlist
- Much more!                    

Informazioni di Base sull'Estensione

Nome King Hayden || Shell Shockers King Hayden || Shell Shockers
ID egdebaoncomgkggccmhbpghdbehmiplf
URL Ufficiale https://chromewebstore.google.com/detail/king-hayden-shell-shocker/egdebaoncomgkggccmhbpghdbehmiplf
Descrizione King Hayden Shell Shockers Theme
Dimensione del File 20.77 KB
Conteggio Installazioni 79
Versione Corrente 1.1
Ultimo Aggiornamento 2023-12-29
Data di Pubblicazione 2023-03-21
Valutazione 5.00/5 Totale 1 Valutazioni
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": "King Hayden || Shell Shockers",
    "version": "1.1",
    "author": "Jayvan",
    "description": "King Hayden Shell Shockers Theme",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/shellshock.io\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}