Social Video Downloader
Social Video Downloader - Download Videos directly from Facebook ™ in HD quality with one simple click.
Social Video Downloader란 무엇입니까?
Social Video Downloader은(는) anna.kurlyand에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Social Video Downloader - Download Videos directly from Facebook ™ in HD quality with one simple click."입니다.
확장 프로그램 스크린샷
Social Video Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GetfVid Extension The Best Free Online Tool to Download Facebook Videos. Also you can go to website: getfvid.com and paste your facebook video url to download video. Extension is totally free and easy to use, Just Press the download link above/below every video. enjoy it.
확장 프로그램 기본 정보
이름 | |
ID | kbmhdphcfbllelmmdgapkpkhnoonniie |
공식 URL | https://chrome.google.com/webstore/detail/social-video-downloader/kbmhdphcfbllelmmdgapkpkhnoonniie |
설명 | Social Video Downloader - Download Videos directly from Facebook ™ in HD quality with one simple click. |
파일 크기 | 30.83 KB |
설치 횟수 | 12,758 |
현재 버전 | 20.4.2021.1 |
최근 업데이트 | 2021-04-22 |
출시 날짜 | 2021-04-22 |
평점 | 2.42/5 총 12 개의 평점 |
개발자 | anna.kurlyand |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,de,en,fr,nl,vi,tr,es,it,pt-BR,sv,ru,hi,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "version": "20.4.2021.1", "icons": { "128": "i\/icon_128.png", "64": "i\/icon_64.png", "48": "i\/icon_48.png", "32": "i\/icon_32.png", "16": "i\/icon_16.png" }, "manifest_version": 2, "name": "__MSG_ext_name__", "short_name": "Facebook video Downloader", "description": "__MSG_ext_description__", "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_start", "css": [ "style.css" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "downloads", "https:\/\/*.facebook.com\/*", "https:\/\/*.fbcdn.net\/*" ] } |