Hazard | Shell Shockers Theme

A shellshockers theme for Hazard!

Cos'è Hazard | Shell Shockers Theme?

Hazard | Shell Shockers Theme è un'estensione di Chrome sviluppata da omeralp.tr, e la sua funzione principale è "A shellshockers theme for Hazard!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hazard | Shell Shockers Theme

Scarica i file di estensione Hazard | Shell Shockers Theme 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

                        This theme was coded by Magma, the design was all done by Hazard. Includes custom scope and crosshair! Hope you guys enjoy the theme! Thanks to Boolet for the template!                    

Informazioni di Base sull'Estensione

Nome Hazard | Shell Shockers Theme Hazard | Shell Shockers Theme
ID kielfepkmaliafegkoeckblcglcnccmj
URL Ufficiale https://chrome.google.com/webstore/detail/hazard-shell-shockers-the/kielfepkmaliafegkoeckblcglcnccmj
Descrizione A shellshockers theme for Hazard!
Dimensione del File 16.36 KB
Conteggio Installazioni 354
Versione Corrente 1.3
Ultimo Aggiornamento 2022-08-18
Data di Pubblicazione 2022-08-14
Valutazione 4.71/5 Totale 14 Valutazioni
Sviluppatore omeralp.tr
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hazard | Shell Shockers Theme",
    "version": "1.3",
    "author": "Designed by Hazard | Programmed by Magma#9993",
    "description": "A shellshockers theme for Hazard!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/egghead.institute\/*",
                "https:\/\/shellshock.io\/*",
                "https:\/\/violentegg.club\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}