HyperSEQTA
A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
Was ist HyperSEQTA?
HyperSEQTA ist eine Chrome-Erweiterung, die von https://crazypersonalph.com entwickelt wurde, und ihr Hauptmerkmal ist "A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.".
Erweiterungsscreenshots
HyperSEQTA-Erweiterungs-CRX-Datei herunterladen
Laden Sie HyperSEQTA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The new and improved fork of BetterSEQTA, with bugfixes and style updates.
Grundlegende Informationen zur Erweiterung
Name | HyperSEQTA |
ID | hnbneadgjmefpddchlhefgbkkfbhdebl |
Offizielle URL | https://chromewebstore.google.com/detail/hyperseqta/hnbneadgjmefpddchlhefgbkkfbhdebl |
Beschreibung | A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn. |
Dateigröße | 611 KB |
Installationsanzahl | 72 |
Aktuelle Version | 2.1.0 |
Letztes Update | 2023-11-27 |
Veröffentlichungsdatum | 2023-09-09 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://crazypersonalph.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://hyperseqta.crazypersonalph.com |
URL der Datenschutzrichtlinien-Seite | https://hyperseqta.crazypersonalph.com/privacy |
Unterstützte Sprachen | 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": [ "*:\/\/*\/*" ] } ] } |