Video Downloader Plus
Download videos from social website in FHD format
Video Downloader Plus란 무엇입니까?
Video Downloader Plus은(는) Jona. M에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download videos from social website in FHD format"입니다.
확장 프로그램 스크린샷
Video Downloader Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download and save your favorite videos easily This extension allows downloading all types of videos from FB site 1) Open any FB page containing a video and this extension will catch the video immediately. 2) Click extension icon to choose your download quality and click the “Download” button. (See the Screenshots) 3) Save the video to your own PC or mobile device and you’re done. Video Downloader Plus supports downloading private and restricted videos and other kinds of FB videos. If you want to stop fetching videos at any time. Just switch to the sleep mode.
확장 프로그램 기본 정보
이름 | Video Downloader Plus |
ID | bjejneicjolfdccjnbclegjomjlhegbi |
공식 URL | https://chromewebstore.google.com/detail/video-downloader-plus/bjejneicjolfdccjnbclegjomjlhegbi |
설명 | Download videos from social website in FHD format |
파일 크기 | 80.14 KB |
설치 횟수 | 10,911 |
현재 버전 | 4.0.6 |
최근 업데이트 | 2021-06-30 |
출시 날짜 | 2021-06-30 |
평점 | 2.27/5 총 11 개의 평점 |
개발자 | Jona. M |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://downloadfacebook.net |
도움말 페이지 URL | https://downloadfacebook.net/en/contact.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Downloader Plus", "version": "4.0.6", "description": "Download videos from social website in FHD format", "homepage_url": "https:\/\/downloadfacebook.net\/", "icons": { "16": "popup\/icons\/i-16.png", "32": "popup\/icons\/i-32.png", "48": "popup\/icons\/i-48.png", "64": "popup\/icons\/i-64.png", "96": "popup\/icons\/i-96.png", "128": "popup\/icons\/i-128.png", "256": "popup\/icons\/i-256.png", "512": "popup\/icons\/i-512.png" }, "background": { "scripts": [ "background\/bg.js" ] }, "permissions": [ "tabs", "https:\/\/*.facebook.com\/*", "https:\/\/*.fbcdn.net\/*", "clipboardWrite", "storage", "unlimitedStorage", "webRequest", "webRequestBlocking" ], "content_scripts": [ { "js": [ "content_scripts\/cs.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": "popup\/icons\/i-16.png", "32": "popup\/icons\/i-32.png", "48": "popup\/icons\/i-48.png", "64": "popup\/icons\/i-64.png", "96": "popup\/icons\/i-96.png", "128": "popup\/icons\/i-128.png", "256": "popup\/icons\/i-256.png", "512": "popup\/icons\/i-512.png" }, "default_title": "Video Downloader Plus", "default_popup": "popup\/popup.html", "browser_style": true } } |