VKlass++
Makes V-Klass prettier and adds color themes and effects
ما هو VKlass++؟
VKlass++ هو إضافة Chrome تم تطويرها بواسطة Gustav Eneberg، والميزة الرئيسية لها هي "Makes V-Klass prettier and adds color themes and effects".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VKlass++
قم بتنزيل ملفات الامتداد VKlass++ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Changes the look of V-Klass and adds support for creating custom color themes. Comes with premade color themes. معلومات أساسية عن التمديد
| الاسم | |
| ID | jddjeljknemjbpmmpaoilidefeeliccl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/vklass++/jddjeljknemjbpmmpaoilidefeeliccl |
| الوصف | Makes V-Klass prettier and adds color themes and effects |
| حجم الملف | 6.69 MB |
| عدد التثبيتات | 73 |
| النسخة الحالية | 1.2.0 |
| آخر تحديث | 2022-09-01 |
| تاريخ النشر | 2021-12-09 |
| المطور | Gustav Eneberg |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://productionone.se/ |
| اللغات المدعومة | 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"
}
} | |