SEQTA Vanced
An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.
SEQTA Vanced là gì?
SEQTA Vanced là một tiện ích mở rộng Chrome được phát triển bởi Max, và tính năng chính của nó là "An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SEQTA Vanced
Tải xuống các tệp mở rộng SEQTA Vanced dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
✨ 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SEQTA Vanced |
ID | kekoobmbfdkempioiihnepdnapdpdaok |
URL Chính Thức | https://chromewebstore.google.com/detail/seqta-vanced/kekoobmbfdkempioiihnepdnapdpdaok |
Mô tả | An advanced and powerful extension that provides dark-mode and custom themes for SEQTA. |
Kích Thước Tệp | 1.07 MB |
Số Lần Cài Đặt | 322 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2024-02-17 |
Ngày Phát Hành | 2023-06-14 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Max |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/maxtull/SEQTAVanced |
Ngôn Ngữ Được Hỗ Trợ | 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" } |