HDrezka Helper

Adds a «Download» button below the video. Export favorites and more.

Что такое HDrezka Helper?

HDrezka Helper - это расширение Chrome, разработанное Super Zombi, и его основная функция - "Adds a «Download» button below the video. Export favorites and more.".

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

screenshot
screenshot

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

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

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

                        Adds a «Download» button below the video. Export favorites and more.                    

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

Название HDrezka Helper HDrezka Helper
ID dccbdaopjpaemaleakdlahglfbhkdldj
Официальный URL https://chromewebstore.google.com/detail/hdrezka-helper/dccbdaopjpaemaleakdlahglfbhkdldj
Описание Adds a «Download» button below the video. Export favorites and more.
Размер файла 65.54 KB
Количество установок 1,475
Текущая Версия 4.3.2
Последнее Обновление 2024-02-15
Дата публикации 2023-08-30
Рейтинг 4.26/5 Всего 19 оценок
Разработчик Super Zombi
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/SuperZombi/HDrezka-Helper
URL страницы помощи https://github.com/SuperZombi/HDrezka-Helper/issues
Поддерживаемые языки en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.3.2",
    "name": "HDrezka Helper",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "myscript.js"
            ],
            "matches": [
                "https:\/\/hdrezka.cm\/*",
                "https:\/\/rezka.ag\/*",
                "https:\/\/hdrezka.ag\/*",
                "https:\/\/hdrezka.me\/*",
                "https:\/\/hdrezka.co\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hdrezka.cm\/*",
                "https:\/\/rezka.ag\/*",
                "https:\/\/hdrezka.ag\/*",
                "https:\/\/hdrezka.me\/*",
                "https:\/\/hdrezka.co\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/hdrezka.cm\/favorites\/*",
                "https:\/\/rezka.ag\/favorites\/*",
                "https:\/\/hdrezka.ag\/favorites\/*",
                "https:\/\/hdrezka.me\/favorites\/*",
                "https:\/\/hdrezka.co\/favorites\/*"
            ],
            "js": [
                "favorites.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "open_in_tab": false,
        "page": "menu\/options.html"
    },
    "action": {
        "default_popup": "menu\/options.html"
    },
    "homepage_url": "https:\/\/github.com\/SuperZombi\/HDrezka-downloader",
    "minimum_chrome_version": "107.0.5304.87"
}