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
公式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
Eメール [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"
}