Ude Downloader
Ude downloader downloader extension.
Ude Downloader란 무엇입니까?
Ude Downloader은(는) Core Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ude downloader downloader extension. "입니다.
확장 프로그램 스크린샷
Ude Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- 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 } ] } |