Vital | Shell Shockers Theme

New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021

Co to jest Vital | Shell Shockers Theme?

Vital | Shell Shockers Theme to rozszerzenie Chrome opracowane przez Hasanx Developer, a jego główną funkcją jest „New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Vital | Shell Shockers Theme

Pobierz pliki rozszerzeń Vital | 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 Vital | Shell Shockers Theme Vital | Shell Shockers Theme
ID pfddkonbihkllmlcmicpepmfhpodnjbn
Oficjalny URL https://chromewebstore.google.com/detail/vital-shell-shockers-them/pfddkonbihkllmlcmicpepmfhpodnjbn
Opis New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021
Rozmiar pliku 16.35 KB
Liczba instalacji 589
Aktualna Wersja 1
Ostatnia Aktualizacja 2021-04-28
Data Publikacji 2021-04-27
Ocena 4.30/5 Łącznie 10 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": "Vital | Shell Shockers Theme",
    "version": "1",
    "author": "Agent Adam#5972 and Crow#4020",
    "description": "New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/shellshock.io\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}