SEQTA Vanced
An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.
Apa itu SEQTA Vanced?
SEQTA Vanced adalah ekstensi Chrome yang dikembangkan oleh Max, dan fitur utamanya adalah "An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SEQTA Vanced
Unduh file ekstensi SEQTA Vanced dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
✨ 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.
Informasi Dasar Ekstensi
Nama | SEQTA Vanced |
ID | kekoobmbfdkempioiihnepdnapdpdaok |
URL Resmi | https://chromewebstore.google.com/detail/seqta-vanced/kekoobmbfdkempioiihnepdnapdpdaok |
Deskripsi | An advanced and powerful extension that provides dark-mode and custom themes for SEQTA. |
Ukuran File | 1.07 MB |
Jumlah Instalasi | 322 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2024-02-17 |
Tanggal Publikasi | 2023-06-14 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | Max |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/maxtull/SEQTAVanced |
Bahasa yang Didukung | 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" } |