VKlass++

Makes V-Klass prettier and adds color themes and effects

What is VKlass++?

VKlass++ is a Chrome extension developed by Gustav Eneberg, and its main feature is "Makes V-Klass prettier and adds color themes and effects".

Extension Screenshots

screenshot

Download VKlass++ Extension CRX File

Download VKlass++ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name VKlass++ VKlass++
ID jddjeljknemjbpmmpaoilidefeeliccl
Official URL https://chromewebstore.google.com/detail/vklass++/jddjeljknemjbpmmpaoilidefeeliccl
Description Makes V-Klass prettier and adds color themes and effects
File Size 6.69 MB
Installation Count 73
Current Version 1.2.0
Last Updated 2022-09-01
Publish Date 2021-12-09
Developer Gustav Eneberg
Email [email protected]
Payment Type free
Extension Website https://productionone.se/
Supported Languages 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"
    }
}