Facebook Video Downloader

Facebook Video Downloader - Download any videos/audios from Facebook and any other website.

Facebook Video Downloader란 무엇입니까?

Facebook Video Downloader은(는) FreeMusicDownload에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Facebook Video Downloader - Download any videos/audios from Facebook and any other website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Facebook Video Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Facebook video Downloader - Easily download video, audio from Facebook and any other website.

The extension has a very convenient interface. With it, you can navigate all sites and download videos or audios. All formats are supported.

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, the extension is completely free, safe, fast and easy to add to chrome browser.

Note:
1. This is NOT a Youtube Video Downloader. Due to restrictions of the Chrome Store, download youtube video is not allowed.

2. This Facebook video Downloader only download videos that you’ve already purchased or that’s freely available online. 

3. We are continuously improving this extension to support more websites. And we will be glad to see your feedback or suggestions for improving the work of the extension! Please contact us if there is any problem or suggestion.

Release Note:
v1.0.0
- Support video site: facebook, dailymotion, vimeo
- Support get videos, audios from website a/video/audio tag
- Support QR code for easy download
- Support dropbox for video save.                    

확장 프로그램 기본 정보

이름 Facebook Video Downloader Facebook Video Downloader
ID ncbjeoenfaojpckelbaohhapgmaocceo
공식 URL https://chrome.google.com/webstore/detail/facebook-video-downloader/ncbjeoenfaojpckelbaohhapgmaocceo
설명 Facebook Video Downloader - Download any videos/audios from Facebook and any other website.
파일 크기 297 KB
설치 횟수 4,000
현재 버전 1.0.2
최근 업데이트 2021-01-14
출시 날짜 2021-01-09
평점 1.00/5 총 2 개의 평점
개발자 FreeMusicDownload
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ifbvideo.com
도움말 페이지 URL https://ifbvideo.com/en/contact
지원되는 언어 id,ms,de,en,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "js\/external.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_title__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "64": "images\/logo.png",
        "128": "images\/logo-128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/ifbvideo.com\/*"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "downloads",
        "",
        "contextMenus"
    ],
    "short_name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "web_accessible_resources": [
        "*"
    ]
}