Ude Downloader
Ude downloader downloader extension.
什么是Ude Downloader?
Ude Downloader是由Core Software开发的Chrome扩展程序,该扩展的主要功能是“Ude downloader downloader extension. ”。
扩展截图
下载Ude Downloader扩展crx文件
下载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 } ] } |