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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HDrezka Helper
قم بتنزيل ملفات الامتداد HDrezka Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a «Download» button below the video. Export favorites and more.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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" } |