Ude Downloader
Ude downloader downloader extension.
Ude Downloaderคืออะไร?
Ude Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Core Software และคุณลักษณะหลักของมันคือ "Ude downloader downloader extension. "
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ude Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Ude Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- In this user-friendly chrome extension, you can download the lecture videos in the course content you have already bought on Udemy collectively or individually. - If you turn off the "ask where to save before downloading" feature in Chrome settings, you can download in a categorized way. (You can change the settings on "chrome://settings/downloads") Support & Contact : https://discord.gg/Z7zgGRhBWS *** For courses that cannot be downloaded, please leave feedback on discord or support. *** Release Note : 3.5.1 * Select all now working. * Performance upgrade done * Some bugs fixed Those who have problems during analysis, please do so. Go to the login and settings page, enter www.udemy.com and select true in the bottom selection box and save. Important note encrypted videos cannot be downloaded (MPD) ext.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kgcikjmecddfkgnbafeopcpeegpefjlh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ude-downloader/kgcikjmecddfkgnbafeopcpeegpefjlh |
คำอธิบาย | Ude downloader downloader extension. |
ขนาดไฟล์ | 702 KB |
จำนวนการติดตั้ง | 26,153 |
เวอร์ชันปัจจุบัน | 3.5.12 |
อัปเดตครั้งล่าสุด | 2023-01-17 |
วันที่เผยแพร่ | 2022-05-18 |
คะแนน | 2.78/5 รวมทั้งหมด 79 คะแนน |
ผู้พัฒนา | Core Software |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://wooglet.com/privacy-policy.php |
ภาษาที่รองรับ | en |
manifest.json | |
{ "action": { "default_icon": "logo.png" }, "background": { "service_worker": "createWindow.js" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "description": "Ude downloader downloader extension. ", "host_permissions": [ "*:\/\/*.udemy.com\/*", "*:\/\/*.udemycdn.com\/*", "*:\/\/*.discord.com\/*" ], "icons": { "128": "logo.png", "16": "logo.png", "48": "logo.png" }, "manifest_version": 3, "name": "Ude Downloader", "offline_enabled": false, "permissions": [ "downloads", "downloads.shelf", "cookies" ], "short_name": "Ude Downloader Extension", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.5.12", "web_accessible_resources": [ { "matches": [ "https:\/\/wooglet.com\/*", "https:\/\/www.wooglet.com\/*" ], "resources": [ "*" ], "use_dynamic_url": true } ] } |