HyperSEQTA
A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
Hvad er HyperSEQTA?
HyperSEQTA er en Chrome-udvidelse udviklet af https://crazypersonalph.com, og dens hovedfunktion er "A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.".
Udvidelsesskærmbilleder
Download HyperSEQTA-udvidelses-CRX-fil
Download HyperSEQTA-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The new and improved fork of BetterSEQTA, with bugfixes and style updates.
Grundlæggende oplysninger om udvidelsen
Navn | HyperSEQTA |
ID | hnbneadgjmefpddchlhefgbkkfbhdebl |
Officiel URL | https://chromewebstore.google.com/detail/hyperseqta/hnbneadgjmefpddchlhefgbkkfbhdebl |
Beskrivelse | A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn. |
Filstørrelse | 611 KB |
Antal Installationer | 72 |
Nuværende Version | 2.1.0 |
Senest Opdateret | 2023-11-27 |
Udgivelsesdato | 2023-09-09 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://crazypersonalph.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://hyperseqta.crazypersonalph.com |
URL til Fortrolighedspolitik Side | https://hyperseqta.crazypersonalph.com/privacy |
Understøttede Sprog | 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": [ "*:\/\/*\/*" ] } ] } |