Meno || Shell Shockers

Meno Shell Shockers Theme

Co to jest Meno || Shell Shockers?

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

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Meno || Shell Shockers

Pobierz pliki rozszerzeń Meno || 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

                        Shell Shockers Theme made for MenoXD, a twitch streamer and Blue Wizard Digital Content Creator

This theme features

- Custom Scope
- Custom Crosshair
- Custom UI designed for the new UI
- Much More!

Update: Moved CSS to local files                    

Podstawowe informacje o rozszerzeniu

Nazwa Meno || Shell Shockers Meno || Shell Shockers
ID oncipepcafldlcladghpgkejfeflkkmh
Oficjalny URL https://chromewebstore.google.com/detail/meno-shell-shockers/oncipepcafldlcladghpgkejfeflkkmh
Opis Meno Shell Shockers Theme
Rozmiar pliku 22.22 KB
Liczba instalacji 1,549
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2023-04-11
Data Publikacji 2023-02-23
Ocena 4.57/5 Łącznie 7 Oceny
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": "Meno || Shell Shockers",
    "version": "2.1",
    "author": "Jayvan",
    "description": "Meno Shell Shockers Theme",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/shellshock.io\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}