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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ✨ 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"
}