HDrezka Helper

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

什麼是HDrezka Helper?

HDrezka Helper是由Super Zombi開發的Chrome擴展程式,該擴展的主要功能是“Adds a «Download» button below the video. Export favorites and more.”。

擴展截圖

screenshot
screenshot

下載HDrezka Helper擴展crx文件

下載HDrezka Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 HDrezka Helper HDrezka Helper
ID dccbdaopjpaemaleakdlahglfbhkdldj
官方網址 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"
}