HyperSEQTA
A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
Co to jest HyperSEQTA?
HyperSEQTA to rozszerzenie Chrome opracowane przez https://crazypersonalph.com, a jego główną funkcją jest „A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HyperSEQTA
Pobierz pliki rozszerzeń HyperSEQTA w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The new and improved fork of BetterSEQTA, with bugfixes and style updates. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hnbneadgjmefpddchlhefgbkkfbhdebl |
| Oficjalny URL | https://chromewebstore.google.com/detail/hyperseqta/hnbneadgjmefpddchlhefgbkkfbhdebl |
| Opis | A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn. |
| Rozmiar pliku | 611 KB |
| Liczba instalacji | 72 |
| Aktualna Wersja | 2.1.0 |
| Ostatnia Aktualizacja | 2023-11-27 |
| Data Publikacji | 2023-09-09 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://crazypersonalph.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://hyperseqta.crazypersonalph.com |
| Adres URL Strony Polityki Prywatności | https://hyperseqta.crazypersonalph.com/privacy |
| Obsługiwane Języki | 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": [
"*:\/\/*\/*"
]
}
]
} | |