SEQTA Vanced

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

Co to jest SEQTA Vanced?

SEQTA Vanced to rozszerzenie Chrome opracowane przez Max, a jego główną funkcją jest „An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SEQTA Vanced

Pobierz pliki rozszerzeń SEQTA Vanced w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ✨ 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SEQTA Vanced SEQTA Vanced
ID kekoobmbfdkempioiihnepdnapdpdaok
Oficjalny URL https://chromewebstore.google.com/detail/seqta-vanced/kekoobmbfdkempioiihnepdnapdpdaok
Opis An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.
Rozmiar pliku 1.07 MB
Liczba instalacji 322
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2024-02-17
Data Publikacji 2023-06-14
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Max
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/maxtull/SEQTAVanced
Obsługiwane Języki 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"
}