HDrezka Helper

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

HDrezka Helper क्या है?

HDrezka Helper Super Zombi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a «Download» button below the video. Export favorites and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HDrezka Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}