Novosuper || Shell Shockers

Novosuper Shell Shockers Theme

Co to jest Novosuper || Shell Shockers?

Novosuper || Shell Shockers to rozszerzenie Chrome opracowane przez jayvandev, a jego główną funkcją jest „Novosuper Shell Shockers Theme”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Novosuper || Shell Shockers

Pobierz pliki rozszerzeń Novosuper || Shell Shockers 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

                        Custom shell shockers theme for twitch streamer Novosuper for the new UI!

Features:
- Custom Scope
- Custom Crosshair
- Custom UI                    

Podstawowe informacje o rozszerzeniu

Nazwa Novosuper || Shell Shockers Novosuper || Shell Shockers
ID ioadidicdpcaejfnhppggnedbhcijgfh
Oficjalny URL https://chromewebstore.google.com/detail/novosuper-shell-shockers/ioadidicdpcaejfnhppggnedbhcijgfh
Opis Novosuper Shell Shockers Theme
Rozmiar pliku 16.39 KB
Liczba instalacji 64
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-03-21
Data Publikacji 2023-03-21
Deweloper jayvandev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Novosuper || Shell Shockers",
    "version": "1.0",
    "author": "Jayvan",
    "description": "Novosuper Shell Shockers Theme",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/shellshock.io\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}