menoxD | Shell Shockers Theme

New Shell Shockers Theme by Boolet, released on the 15th of November 2021!

Co to jest menoxD | Shell Shockers Theme?

menoxD | Shell Shockers Theme to rozszerzenie Chrome opracowane przez Hasanx Developer, a jego główną funkcją jest „New Shell Shockers Theme by Boolet, released on the 15th of November 2021!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia menoxD | Shell Shockers Theme

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

                        Brand new Shell Shockers theme! Edits the entire page layout and scope, hope you enjoy!                    

Podstawowe informacje o rozszerzeniu

Nazwa menoxD | Shell Shockers Theme menoxD | Shell Shockers Theme
ID mjlgeoleelgfcjgohbinnbcnmafpeooc
Oficjalny URL https://chrome.google.com/webstore/detail/menoxd-shell-shockers-the/mjlgeoleelgfcjgohbinnbcnmafpeooc
Opis New Shell Shockers Theme by Boolet, released on the 15th of November 2021!
Rozmiar pliku 16.39 KB
Liczba instalacji 886
Aktualna Wersja 1
Ostatnia Aktualizacja 2021-11-14
Data Publikacji 2021-11-14
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Hasanx Developer
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": 2,
    "name": "menoxD | Shell Shockers Theme",
    "version": "1",
    "author": "Designed by boolet#5550 | Programmed by Agent Adam#5972",
    "description": "New Shell Shockers Theme by Boolet, released on the 15th of November 2021!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/egghead.institute\/*",
                "https:\/\/shellshock.io\/*",
                "https:\/\/violentegg.club\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}