SEQTA Vanced

An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.

什么是SEQTA Vanced?

SEQTA Vanced是由Max开发的Chrome扩展程序,该扩展的主要功能是“An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载SEQTA Vanced扩展crx文件

下载SEQTA Vanced扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ✨ 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.                    

扩展基本信息

名称 SEQTA Vanced SEQTA Vanced
ID kekoobmbfdkempioiihnepdnapdpdaok
官方URL https://chromewebstore.google.com/detail/seqta-vanced/kekoobmbfdkempioiihnepdnapdpdaok
简介 An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.
文件大小 1.07 MB
安装次数 322
当前版本 1.2.2
更新时间 2024-02-17
上架时间 2023-06-14
评分 4.75/5 共4次评分
开发者 Max
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/maxtull/SEQTAVanced
支持的语言 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"
}