VKlass++

Makes V-Klass prettier and adds color themes and effects

Co to jest VKlass++?

VKlass++ to rozszerzenie Chrome opracowane przez Gustav Eneberg, a jego główną funkcją jest „Makes V-Klass prettier and adds color themes and effects”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia VKlass++

Pobierz pliki rozszerzeń VKlass++ 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

                        Changes the look of V-Klass and adds support for creating custom color themes. Comes with premade color themes.                    

Podstawowe informacje o rozszerzeniu

Nazwa VKlass++ VKlass++
ID jddjeljknemjbpmmpaoilidefeeliccl
Oficjalny URL https://chromewebstore.google.com/detail/vklass++/jddjeljknemjbpmmpaoilidefeeliccl
Opis Makes V-Klass prettier and adds color themes and effects
Rozmiar pliku 6.69 MB
Liczba instalacji 73
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2022-09-01
Data Publikacji 2021-12-09
Deweloper Gustav Eneberg
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://productionone.se/
Obsługiwane Języki sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VKlass++",
    "version": "1.2.0",
    "description": "Makes V-Klass prettier and adds color themes and effects",
    "background": {
        "service_worker": "script.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.vklass.se\/",
        "https:\/\/vklass.se\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/default_icon_16.png",
            "48": "icons\/default_icon_48.png",
            "128": "icons\/default_icon_128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.*"
            ],
            "matches": [
                "https:\/\/www.vklass.se\/*",
                "https:\/\/vklass.se\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/default_icon_16.png",
        "48": "icons\/default_icon_48.png",
        "128": "icons\/default_icon_128.png"
    }
}