VKlass++
Makes V-Klass prettier and adds color themes and effects
Cos'è VKlass++?
VKlass++ è un'estensione di Chrome sviluppata da Gustav Eneberg, e la sua funzione principale è "Makes V-Klass prettier and adds color themes and effects".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VKlass++
Scarica i file di estensione VKlass++ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Changes the look of V-Klass and adds support for creating custom color themes. Comes with premade color themes. Informazioni di Base sull'Estensione
| Nome | |
| ID | jddjeljknemjbpmmpaoilidefeeliccl |
| URL Ufficiale | https://chromewebstore.google.com/detail/vklass++/jddjeljknemjbpmmpaoilidefeeliccl |
| Descrizione | Makes V-Klass prettier and adds color themes and effects |
| Dimensione del File | 6.69 MB |
| Conteggio Installazioni | 73 |
| Versione Corrente | 1.2.0 |
| Ultimo Aggiornamento | 2022-09-01 |
| Data di Pubblicazione | 2021-12-09 |
| Sviluppatore | Gustav Eneberg |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://productionone.se/ |
| Lingue Supportate | 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"
}
} | |