HDrezka Helper

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

HDrezka Helper là gì?

HDrezka Helper là một tiện ích mở rộng Chrome được phát triển bởi Super Zombi, và tính năng chính của nó là "Adds a «Download» button below the video. Export favorites and more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HDrezka Helper

Tải xuống các tệp mở rộng HDrezka Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HDrezka Helper HDrezka Helper
ID dccbdaopjpaemaleakdlahglfbhkdldj
URL Chính Thức https://chromewebstore.google.com/detail/hdrezka-helper/dccbdaopjpaemaleakdlahglfbhkdldj
Mô tả Adds a «Download» button below the video. Export favorites and more.
Kích Thước Tệp 65.54 KB
Số Lần Cài Đặt 1,475
Phiên Bản Hiện Tại 4.3.2
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2023-08-30
Đánh Giá 4.26/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Super Zombi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/SuperZombi/HDrezka-Helper
URL Trang Trợ Giúp https://github.com/SuperZombi/HDrezka-Helper/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}