VKlass++
Makes V-Klass prettier and adds color themes and effects
Wat is VKlass++?
VKlass++ is een Chrome-extensie ontwikkeld door Gustav Eneberg, en de belangrijkste functie is "Makes V-Klass prettier and adds color themes and effects".
Extensie Screenshots
Download het CRX-bestand van de extensie VKlass++
Download VKlass++-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Changes the look of V-Klass and adds support for creating custom color themes. Comes with premade color themes. Basisinformatie over de Extensie
| Naam | |
| ID | jddjeljknemjbpmmpaoilidefeeliccl |
| Officiële URL | https://chromewebstore.google.com/detail/vklass++/jddjeljknemjbpmmpaoilidefeeliccl |
| Beschrijving | Makes V-Klass prettier and adds color themes and effects |
| Bestandsgrootte | 6.69 MB |
| Aantal Installaties | 73 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2022-09-01 |
| Publicatiedatum | 2021-12-09 |
| Ontwikkelaar | Gustav Eneberg |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://productionone.se/ |
| Ondersteunde Talen | 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"
}
} | |