Hazard | Shell Shockers Theme

A shellshockers theme for Hazard!

Wat is Hazard | Shell Shockers Theme?

Hazard | Shell Shockers Theme is een Chrome-extensie ontwikkeld door omeralp.tr, en de belangrijkste functie is "A shellshockers theme for Hazard!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hazard | Shell Shockers Theme

Download Hazard | Shell Shockers Theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Hazard | Shell Shockers Theme Hazard | Shell Shockers Theme
ID kielfepkmaliafegkoeckblcglcnccmj
Officiële URL https://chrome.google.com/webstore/detail/hazard-shell-shockers-the/kielfepkmaliafegkoeckblcglcnccmj
Beschrijving A shellshockers theme for Hazard!
Bestandsgrootte 16.36 KB
Aantal Installaties 354
Huidige Versie 1.3
Laatst Bijgewerkt 2022-08-18
Publicatiedatum 2022-08-14
Beoordeling 4.71/5 Totaal 14 Beoordelingen
Ontwikkelaar omeralp.tr
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}