KJDCitsMe | Shell Shockers Theme

KJDCitsMe's Official Shell Theme

Co to jest KJDCitsMe | Shell Shockers Theme?

KJDCitsMe | Shell Shockers Theme to rozszerzenie Chrome opracowane przez Hasanx Developer, a jego główną funkcją jest „KJDCitsMe's Official Shell Theme”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia KJDCitsMe | Shell Shockers Theme

Pobierz pliki rozszerzeń KJDCitsMe | 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 KJDCitsMe | Shell Shockers Theme KJDCitsMe | Shell Shockers Theme
ID ffmmolniidmmaabfnnjeagnpocnchknj
Oficjalny URL https://chrome.google.com/webstore/detail/kjdcitsme-shell-shockers/ffmmolniidmmaabfnnjeagnpocnchknj
Opis KJDCitsMe's Official Shell Theme
Rozmiar pliku 16.58 KB
Liczba instalacji 167
Aktualna Wersja 1
Ostatnia Aktualizacja 2022-01-02
Data Publikacji 2022-01-02
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": "KJDCitsMe | Shell Shockers Theme",
    "version": "1",
    "author": "Designed by KJ#5391 | Programmed by Agent Adam#5972",
    "description": "KJDCitsMe's Official Shell Theme",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/egghead.institute\/*",
                "*:\/\/shellshock.io\/*",
                "*:\/\/violentegg.club\/*",
                "*:\/\/algebra.vip\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}