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
官方網址 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"
}