flygOn LiGht | Shell Shockers Theme

New Shell Shockers Theme by flyg0n Light

Co to jest flygOn LiGht | Shell Shockers Theme?

flygOn LiGht | Shell Shockers Theme to rozszerzenie Chrome opracowane przez rowbs.js, a jego główną funkcją jest „New Shell Shockers Theme by flyg0n Light”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia flygOn LiGht | Shell Shockers Theme

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

                        Purple/Pink theme for shell shockers                    

Podstawowe informacje o rozszerzeniu

Nazwa flygOn LiGht | Shell Shockers Theme flygOn LiGht | Shell Shockers Theme
ID nhijkfiaoffcfcjaigbjakocpkejnoma
Oficjalny URL https://chromewebstore.google.com/detail/flygon-light-shell-shocke/nhijkfiaoffcfcjaigbjakocpkejnoma
Opis New Shell Shockers Theme by flyg0n Light
Rozmiar pliku 16.35 KB
Liczba instalacji 65
Aktualna Wersja 1
Ostatnia Aktualizacja 2022-02-16
Data Publikacji 2022-02-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper rowbs.js
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "flygOn LiGht | Shell Shockers Theme",
    "version": "1",
    "author": "Designed by flyg0n Light",
    "description": "New Shell Shockers Theme by flyg0n Light",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/egghead.institute\/*",
                "https:\/\/shellshock.io\/*",
                "https:\/\/violentegg.club\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}