Video Downloader Professional
Video Downloader Professional will help you download popular videos and any medias you want!
Video Downloader Professional란 무엇입니까?
Video Downloader Professional은(는) Video Downloader Professional에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video Downloader Professional will help you download popular videos and any medias you want!"입니다.
확장 프로그램 스크린샷
Video Downloader Professional 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Video Downloader Plus is a free chrome browser extension for downloading online videos. Video Downloader Plus allows you to download any video you want from your favourite video and tube sites. No more delays to watch videos online, Video Downloader Plus will become your favorite downloader. The extension is very easy to use. You only need to click on the icon of the extension in your Chrome browser and within seconds you will begin to download the video to your PC. Why to install this: ✓ Support MP4, MOV, AVI, ASF, MPG and many more. ✓ Download almost from 99% of video hosting websites. ✓ Easy, fast, safe and light!. ✓ You can download multiple videos simultaneously. ✓ Detect multiple formats to downloads.
확장 프로그램 기본 정보
이름 | |
ID | jdcmcfpdbcbmapimfbeniamghacgofpe |
공식 URL | https://chrome.google.com/webstore/detail/video-downloader-professi/jdcmcfpdbcbmapimfbeniamghacgofpe |
설명 | Video Downloader Professional will help you download popular videos and any medias you want! |
파일 크기 | 268 KB |
설치 횟수 | 20,000 |
현재 버전 | 2.6.6 |
최근 업데이트 | 2019-11-08 |
출시 날짜 | 2019-11-08 |
평점 | 2.89/5 총 36 개의 평점 |
개발자 | Video Downloader Professional |
결제 유형 | free |
지원되는 언어 | de,en,en-GB,en-US,fr,vi,tr,es,it,pt-BR,pt-PT,el,bg,ru,bn,ja |
manifest.json | |
{ "background": { "page": "extension\/background.html" }, "browser_action": { "default_icon": "logo\/icon19.png", "default_title": "__MSG_appName__" }, "content_scripts": [ { "all_frames": false, "js": [ "video\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "logo\/128.png", "16": "logo\/16.png", "48": "logo\/48.png" }, "incognito": "split", "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "webRequest", "webRequestBlocking", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.6.6", "web_accessible_resources": [ "*" ] } |