SEQTA Vanced

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

Was ist SEQTA Vanced?

SEQTA Vanced ist eine Chrome-Erweiterung, die von Max entwickelt wurde, und ihr Hauptmerkmal ist "An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

SEQTA Vanced-Erweiterungs-CRX-Datei herunterladen

Laden Sie SEQTA Vanced-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name SEQTA Vanced SEQTA Vanced
ID kekoobmbfdkempioiihnepdnapdpdaok
Offizielle URL https://chromewebstore.google.com/detail/seqta-vanced/kekoobmbfdkempioiihnepdnapdpdaok
Beschreibung An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.
Dateigröße 1.07 MB
Installationsanzahl 322
Aktuelle Version 1.2.2
Letztes Update 2024-02-17
Veröffentlichungsdatum 2023-06-14
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler Max
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/maxtull/SEQTAVanced
Unterstützte Sprachen 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"
}