Kick Enhancer

Enhances the kick.com website with additional features

Что такое Kick Enhancer?

Kick Enhancer - это расширение Chrome, разработанное KickEnhancer, и его основная функция - "Enhances the kick.com website with additional features".

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

screenshot

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

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

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

                        Features:
- When re-opening a vod, start the vod at the time where you previously left off (instead of the beginning again)
- When the vod is paused, skip to next frame with . and previous frame using ,
- Increase/decrease volume with up/down arrow keys (need to click on video first)

Submit feature requests here: https://shorturl.at/qryVW

Note: after installing or updating the extension, you must refresh every kick.com tab                    

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

Название Kick Enhancer Kick Enhancer
ID poehlmeoijaeopahihobijjpbolagakf
Официальный URL https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf
Описание Enhances the kick.com website with additional features
Размер файла 29.27 KB
Количество установок 92
Текущая Версия 1.3.2
Последнее Обновление 2023-12-24
Дата публикации 2023-08-27
Рейтинг 5.00/5 Всего 1 оценок
Разработчик KickEnhancer
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kick Enhancer",
    "version": "1.3.2",
    "description": "Enhances the kick.com website with additional features",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/kick.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    }
}