SEQTA Vanced
An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.
Cos'è SEQTA Vanced?
SEQTA Vanced è un'estensione di Chrome sviluppata da Max, e la sua funzione principale è "An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SEQTA Vanced
Scarica i file di estensione SEQTA Vanced in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
✨ 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.
Informazioni di Base sull'Estensione
Nome | SEQTA Vanced |
ID | kekoobmbfdkempioiihnepdnapdpdaok |
URL Ufficiale | https://chromewebstore.google.com/detail/seqta-vanced/kekoobmbfdkempioiihnepdnapdpdaok |
Descrizione | An advanced and powerful extension that provides dark-mode and custom themes for SEQTA. |
Dimensione del File | 1.07 MB |
Conteggio Installazioni | 322 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2024-02-17 |
Data di Pubblicazione | 2023-06-14 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Max |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/maxtull/SEQTAVanced |
Lingue Supportate | 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" } |