HyperSEQTA
A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
O que é HyperSEQTA?
HyperSEQTA é uma extensão do Chrome desenvolvida por https://crazypersonalph.com, e sua principal característica é "A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HyperSEQTA
Baixe arquivos de extensão HyperSEQTA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The new and improved fork of BetterSEQTA, with bugfixes and style updates.
Informações Básicas da Extensão
Nome | HyperSEQTA |
ID | hnbneadgjmefpddchlhefgbkkfbhdebl |
URL Oficial | https://chromewebstore.google.com/detail/hyperseqta/hnbneadgjmefpddchlhefgbkkfbhdebl |
Descrição | A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn. |
Tamanho do Arquivo | 611 KB |
Contagem de Instalações | 72 |
Versão Atual | 2.1.0 |
Última Atualização | 2023-11-27 |
Data de Publicação | 2023-09-09 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://crazypersonalph.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://hyperseqta.crazypersonalph.com |
URL da Página de Política de Privacidade | https://hyperseqta.crazypersonalph.com/privacy |
Idiomas Suportados | 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": [ "*:\/\/*\/*" ] } ] } |