BestSEQTA

A extension that makes the SEQTA experience customizable and unique to you

BestSEQTA란 무엇입니까?

BestSEQTA은(는) bestSEQTA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A extension that makes the SEQTA experience customizable and unique to you"입니다.

확장 프로그램 스크린샷

screenshot

BestSEQTA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BestSEQTA is designed to enhance the accessibility and usability of the SEQTA Learn platform, making it more inclusive for all users. This extension aims to provide a range of features that facilitate better navigation, comprehension, and engagement with the platform's educational content. 
Contact the developer - [email protected]                    

확장 프로그램 기본 정보

이름 BestSEQTA BestSEQTA
ID nmcaaedacgmmanmcpmihdgaopkmhfgnd
공식 URL https://chromewebstore.google.com/detail/bestseqta/nmcaaedacgmmanmcpmihdgaopkmhfgnd
설명 A extension that makes the SEQTA experience customizable and unique to you
파일 크기 608 KB
설치 횟수 270
현재 버전 3.1.2
최근 업데이트 2023-08-16
출시 날짜 2023-08-10
평점 4.00/5 총 4 개의 평점
개발자 bestSEQTA
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BestSEQTA",
    "version": "3.1.2",
    "description": "A extension that makes the SEQTA experience customizable and unique to you",
    "icons": {
        "48": "icons\/icon-48.png"
    },
    "action": {
        "browser_style": true,
        "default_popup": "popup\/info.html",
        "default_icon": {
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png"
        }
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/newsapi.org\/",
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "optional_permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.edu.au\/*"
            ],
            "js": [
                "purify.min.js",
                "SEQTA.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "inject\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "popup\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}