Hazard | Shell Shockers Theme

A shellshockers theme for Hazard!

Co to jest Hazard | Shell Shockers Theme?

Hazard | Shell Shockers Theme to rozszerzenie Chrome opracowane przez omeralp.tr, a jego główną funkcją jest „A shellshockers theme for Hazard!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hazard | Shell Shockers Theme

Pobierz pliki rozszerzeń Hazard | Shell Shockers Theme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Hazard | Shell Shockers Theme Hazard | Shell Shockers Theme
ID kielfepkmaliafegkoeckblcglcnccmj
Oficjalny URL https://chrome.google.com/webstore/detail/hazard-shell-shockers-the/kielfepkmaliafegkoeckblcglcnccmj
Opis A shellshockers theme for Hazard!
Rozmiar pliku 16.36 KB
Liczba instalacji 354
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-08-18
Data Publikacji 2022-08-14
Ocena 4.71/5 Łącznie 14 Oceny
Deweloper omeralp.tr
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}