SEQTA Vanced
An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.
What is SEQTA Vanced?
SEQTA Vanced is a Chrome extension developed by Max, and its main feature is "An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.".
Extension Screenshots
Download SEQTA Vanced Extension CRX File
Download SEQTA Vanced extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
✨ 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.
Extension Basic Information
Name | SEQTA Vanced |
ID | kekoobmbfdkempioiihnepdnapdpdaok |
Official URL | https://chromewebstore.google.com/detail/seqta-vanced/kekoobmbfdkempioiihnepdnapdpdaok |
Description | An advanced and powerful extension that provides dark-mode and custom themes for SEQTA. |
File Size | 1.07 MB |
Installation Count | 322 |
Current Version | 1.2.2 |
Last Updated | 2024-02-17 |
Publish Date | 2023-06-14 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Max |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/maxtull/SEQTAVanced |
Supported Languages | 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" } |