HyperSEQTA

A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.

Что такое HyperSEQTA?

HyperSEQTA - это расширение Chrome, разработанное https://crazypersonalph.com, и его основная функция - "A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения HyperSEQTA

Скачайте файлы расширений HyperSEQTA в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The new and improved fork of BetterSEQTA, with bugfixes and style updates.                    

Основная информация о расширении

Название HyperSEQTA HyperSEQTA
ID hnbneadgjmefpddchlhefgbkkfbhdebl
Официальный URL https://chromewebstore.google.com/detail/hyperseqta/hnbneadgjmefpddchlhefgbkkfbhdebl
Описание A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
Размер файла 611 KB
Количество установок 72
Текущая Версия 2.1.0
Последнее Обновление 2023-11-27
Дата публикации 2023-09-09
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://crazypersonalph.com
Электронная почта extensions@crazypersonalph.com
Тип оплаты free
Официальный сайт расширения https://hyperseqta.crazypersonalph.com
URL страницы политики конфиденциальности https://hyperseqta.crazypersonalph.com/privacy
Поддерживаемые языки 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}