SEQTA Vanced

An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.

ما هو SEQTA Vanced؟

SEQTA Vanced هو إضافة Chrome تم تطويرها بواسطة Max، والميزة الرئيسية لها هي "An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SEQTA Vanced

قم بتنزيل ملفات الامتداد SEQTA Vanced بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ✨ Modern UI
🌙 Dark Mode
🌊 Animated Background
🎨 Custom Themes
🌃 Custom Backgrounds
💻 Works with SEQTA Learn & Engage
✅ Open-Source

This extension is not affiliated with SEQTA or Education Horizons. All trademarks referenced herein are the properties of their respective owners.                    

معلومات أساسية عن التمديد

الاسم SEQTA Vanced SEQTA Vanced
ID kekoobmbfdkempioiihnepdnapdpdaok
عنوان URL الرسمي https://chromewebstore.google.com/detail/seqta-vanced/kekoobmbfdkempioiihnepdnapdpdaok
الوصف An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.
حجم الملف 1.07 MB
عدد التثبيتات 322
النسخة الحالية 1.2.2
آخر تحديث 2024-02-17
تاريخ النشر 2023-06-14
تقييم 4.75/5 مجموع تقييمات 4
المطور Max
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/maxtull/SEQTAVanced
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEQTA Vanced",
    "version": "1.2.2",
    "description": "An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.",
    "manifest_version": 3,
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "512": "images\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.edu.au\/*",
                "https:\/\/*.com\/*",
                "https:\/\/*.com.au\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "css\/*",
                "fonts\/*.ttf"
            ],
            "matches": [
                "https:\/\/*.edu.au\/*",
                "https:\/\/*.com\/*",
                "https:\/\/*.com.au\/*"
            ],
            "extension_ids": []
        }
    ],
    "homepage_url": "https:\/\/github.com\/maxtull\/SEQTAVanced"
}