HyperSEQTA

A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.

Apa itu HyperSEQTA?

HyperSEQTA adalah ekstensi Chrome yang dikembangkan oleh https://crazypersonalph.com, dan fitur utamanya adalah "A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi HyperSEQTA

Unduh file ekstensi HyperSEQTA dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The new and improved fork of BetterSEQTA, with bugfixes and style updates.                    

Informasi Dasar Ekstensi

Nama HyperSEQTA HyperSEQTA
ID hnbneadgjmefpddchlhefgbkkfbhdebl
URL Resmi https://chromewebstore.google.com/detail/hyperseqta/hnbneadgjmefpddchlhefgbkkfbhdebl
Deskripsi A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
Ukuran File 611 KB
Jumlah Instalasi 72
Versi Saat Ini 2.1.0
Terakhir Diperbarui 2023-11-27
Tanggal Publikasi 2023-09-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://crazypersonalph.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://hyperseqta.crazypersonalph.com
URL Halaman Kebijakan Privasi https://hyperseqta.crazypersonalph.com/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HyperSEQTA",
    "version": "2.1.0",
    "description": "A dark-themed Firefox\/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.",
    "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": [
                "seqta.js",
                "browser-polyfill.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "popup\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "inject\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "popup\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}