Graysocean | Shell Shockers Theme

New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!

Co to jest Graysocean | Shell Shockers Theme?

Graysocean | Shell Shockers Theme to rozszerzenie Chrome opracowane przez Hasanx Developer, a jego główną funkcją jest „New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Graysocean | Shell Shockers Theme

Pobierz pliki rozszerzeń Graysocean | 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 Graysocean | Shell Shockers Theme Graysocean | Shell Shockers Theme
ID ofliekbfejmgmbllkjhdloiipiadcnje
Oficjalny URL https://chrome.google.com/webstore/detail/graysocean-shell-shockers/ofliekbfejmgmbllkjhdloiipiadcnje
Opis New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!
Rozmiar pliku 16.41 KB
Liczba instalacji 1,912
Aktualna Wersja 1
Ostatnia Aktualizacja 2021-09-17
Data Publikacji 2021-09-17
Ocena 4.67/5 Łącznie 6 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": "Graysocean | Shell Shockers Theme",
    "version": "1",
    "author": "Designed by Infinite Smasher#4281 | Programmed by Agent Adam#5972",
    "description": "New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/egghead.institute\/*",
                "https:\/\/shellshock.io\/*",
                "https:\/\/violentegg.club\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}