VLIVE Downloader
Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video
VLIVE Downloader란 무엇입니까?
VLIVE Downloader은(는) 김상자에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video"입니다.
확장 프로그램 스크린샷
VLIVE Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video
확장 프로그램 기본 정보
이름 | VLIVE Downloader |
ID | jhpjlmmgagjofmhmbpdhpjifdgghobkn |
공식 URL | https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn |
설명 | Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video |
파일 크기 | 145 KB |
설치 횟수 | 3,929 |
현재 버전 | 2.1.1 |
최근 업데이트 | 2021-03-13 |
출시 날짜 | 2021-02-20 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | 김상자 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/box-archived/chrome-vlive-downloader |
도움말 페이지 URL | https://github.com/box-archived/chrome-vlive-downloader/issues |
지원되는 언어 | en,fr,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Box_Archived", "browser_action": { "default_icon": { "128": "icon128.png", "16": "icon16.png", "256": "icon256.png", "48": "icon48.png" }, "default_popup": "popup.html", "default_title": "VLIVE Downloader" }, "icons": { "256": "icon256.png", "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "description": "__MSG_appDesc__", "manifest_version": 2, "default_locale": "en", "name": "VLIVE Downloader", "permissions": [ "downloads", "activeTab" ], "version": "2.1.1" } |