HyperSEQTA
A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
Cos'è HyperSEQTA?
HyperSEQTA è un'estensione di Chrome sviluppata da https://crazypersonalph.com, e la sua funzione principale è "A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HyperSEQTA
Scarica i file di estensione HyperSEQTA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The new and improved fork of BetterSEQTA, with bugfixes and style updates.
Informazioni di Base sull'Estensione
Nome | HyperSEQTA |
ID | hnbneadgjmefpddchlhefgbkkfbhdebl |
URL Ufficiale | https://chromewebstore.google.com/detail/hyperseqta/hnbneadgjmefpddchlhefgbkkfbhdebl |
Descrizione | A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn. |
Dimensione del File | 611 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2023-11-27 |
Data di Pubblicazione | 2023-09-09 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://crazypersonalph.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hyperseqta.crazypersonalph.com |
URL della Pagina della Politica sulla Privacy | https://hyperseqta.crazypersonalph.com/privacy |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } ] } |