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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } |