SEQTA Vanced
An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.
Wat is SEQTA Vanced?
SEQTA Vanced is een Chrome-extensie ontwikkeld door Max, en de belangrijkste functie is "An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.".
Extensie Screenshots
Download het CRX-bestand van de extensie SEQTA Vanced
Download SEQTA Vanced-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
✨ 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.
Basisinformatie over de Extensie
Naam | SEQTA Vanced |
ID | kekoobmbfdkempioiihnepdnapdpdaok |
Officiële URL | https://chromewebstore.google.com/detail/seqta-vanced/kekoobmbfdkempioiihnepdnapdpdaok |
Beschrijving | An advanced and powerful extension that provides dark-mode and custom themes for SEQTA. |
Bestandsgrootte | 1.07 MB |
Aantal Installaties | 322 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2024-02-17 |
Publicatiedatum | 2023-06-14 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Max |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/maxtull/SEQTAVanced |
Ondersteunde Talen | 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" } |