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
Eメール [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"
}