Video Downloader for FaceBook
Download videos from Facebook easily
Video Downloader for FaceBook란 무엇입니까?
Video Downloader for FaceBook은(는) ExtDeveloper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download videos from Facebook easily"입니다.
확장 프로그램 스크린샷
Video Downloader for FaceBook 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows downloading Videos from Facebook.com. On page with video you’ll see the “Download” button in upper right corner of the Video, {See the Screenshots } click that button, save it to your Alignment hard drive and you’re done. Facebook provides only HD AND SD Quality! Just Play the Video and hover a cursor on it, “Download” button will appear in the right corner of Video player. Video Downloader for FaceBook doesn't support downloading private and password-protected video, as well as any video on youtube. Extension works not only on facebook.com but also on all websites where facebook video is embed. This allows you downloading video from any third-party website. Also you can move up/down to next or previous video using shortcuts (shift+f+arrow left; shift+f+arrow right) which makes your use experience way more comfortable. Nota Bene: This is NOT a Youtube Downloader. Due to restrictions of the Google Chrome Web Store Policies and Program Policies for Developer, this extension can not download Youtube Videos.
확장 프로그램 기본 정보
이름 | Video Downloader for FaceBook |
ID | ododgdnipimbpbfioijikckkgkbkginh |
공식 URL | https://chromewebstore.google.com/detail/video-downloader-for-face/ododgdnipimbpbfioijikckkgkbkginh |
설명 | Download videos from Facebook easily |
파일 크기 | 742 KB |
설치 횟수 | 6,276 |
현재 버전 | 24.01.04 |
최근 업데이트 | 2024-01-05 |
출시 날짜 | 2021-01-05 |
평점 | 4.19/5 총 32 개의 평점 |
개발자 | ExtDeveloper |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/fbdownloaderprivacypolic |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "24.01.04", "default_locale": "en", "icons": { "16": "i\/icon_16.png", "256": "i\/icon_256.png" }, "action": { "default_icon": { "16": "i\/icon_16.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs", "storage", "cookies", "downloads" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ], "web_accessible_resources": [ { "resources": [ "css\/*", "i\/*", "fonts\/*" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ] } |