Stormii Cloud | Shell Shockers Theme

New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!

Co to jest Stormii Cloud | Shell Shockers Theme?

Stormii Cloud | Shell Shockers Theme to rozszerzenie Chrome opracowane przez Stormii Cloud, a jego główną funkcją jest „New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Stormii Cloud | Shell Shockers Theme

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

                        This extension will edit the entire page layout and scope of shellshock.io to a more blue experience fit with clouds and a custom title.                    

Podstawowe informacje o rozszerzeniu

Nazwa Stormii Cloud | Shell Shockers Theme Stormii Cloud | Shell Shockers Theme
ID bncffgalbnlflcenmpcbfdnbfblidcpk
Oficjalny URL https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk
Opis New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
Rozmiar pliku 15.31 KB
Liczba instalacji 247
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2022-01-27
Data Publikacji 2022-01-21
Ocena 4.38/5 Łącznie 8 Oceny
Deweloper Stormii Cloud
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": "Stormii Cloud | Shell Shockers Theme",
    "version": "1.5",
    "author": "Designed by Stormii Cloud#9228 | Programmed by Agent Adam#5972",
    "description": "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/egghead.institute\/*",
                "*:\/\/shellshock.io\/*",
                "*:\/\/violentegg.club\/*",
                "*:\/\/algebra.vip\/*"
            ]
        }
    ],
    "icons": {
        "128": "theme_icon.png"
    }
}