HyperSEQTA

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

What is HyperSEQTA?

HyperSEQTA is a Chrome extension developed by https://crazypersonalph.com, and its main feature is "A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.".

Extension Screenshots

screenshot
screenshot

Download HyperSEQTA Extension CRX File

Download HyperSEQTA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name HyperSEQTA HyperSEQTA
ID hnbneadgjmefpddchlhefgbkkfbhdebl
Official URL https://chromewebstore.google.com/detail/hyperseqta/hnbneadgjmefpddchlhefgbkkfbhdebl
Description A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
File Size 611 KB
Installation Count 72
Current Version 2.1.0
Last Updated 2023-11-27
Publish Date 2023-09-09
Rating 5.00/5 Total 2 Ratings
Developer https://crazypersonalph.com
Email [email protected]
Payment Type free
Extension Website https://hyperseqta.crazypersonalph.com
Privacy Policy Page URL https://hyperseqta.crazypersonalph.com/privacy
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}