HyperSEQTA

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

Wat is HyperSEQTA?

HyperSEQTA is een Chrome-extensie ontwikkeld door https://crazypersonalph.com, en de belangrijkste functie is "A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie HyperSEQTA

Download HyperSEQTA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam HyperSEQTA HyperSEQTA
ID hnbneadgjmefpddchlhefgbkkfbhdebl
Officiële URL https://chromewebstore.google.com/detail/hyperseqta/hnbneadgjmefpddchlhefgbkkfbhdebl
Beschrijving A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
Bestandsgrootte 611 KB
Aantal Installaties 72
Huidige Versie 2.1.0
Laatst Bijgewerkt 2023-11-27
Publicatiedatum 2023-09-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://crazypersonalph.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://hyperseqta.crazypersonalph.com
URL van de Privacybeleid Pagina https://hyperseqta.crazypersonalph.com/privacy
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}