FB Downloader

FBDownloader.Online allows you to download facebook videos with high quality: HD 1080p, 2K, 4K.

FB Downloader란 무엇입니까?

FB Downloader은(는) http://fbdownloader.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FBDownloader.Online allows you to download facebook videos with high quality: HD 1080p, 2K, 4K."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        What is fbdownloader.online?
fbdownloader.online is a tool that allows you to download facebook videos hd, full hd for free, and simply paste the video link and press the 'Start' button

Processing will take a few seconds. After processing is complete you will see a list of videos to download

You can choose to download videos with SD, HD,or FullHD quantity Press the 'Download' button to download the video of your choice.

Instructions

1. Paste the URL of the website into the input field and click 'Start' to start the process.

2. Select the video or audio to download

3. Click 'Download' button to download video

Features

• Download video file MP4 facebook

• Download video facebook using your browser only. No other tools needed

• Download video facebook with Full HD quality

• Support downloading video and audio                    

확장 프로그램 기본 정보

이름 FB Downloader FB Downloader
ID pjjmbmnhbamdldgmhelcdfapijpjmehh
공식 URL https://chrome.google.com/webstore/detail/fb-downloader/pjjmbmnhbamdldgmhelcdfapijpjmehh
설명 FBDownloader.Online allows you to download facebook videos with high quality: HD 1080p, 2K, 4K.
파일 크기 756 KB
설치 횟수 1,000
현재 버전 1.4
최근 업데이트 2021-12-18
출시 날짜 2021-09-14
평점 5.00/5 총 1 개의 평점
개발자 http://fbdownloader.online
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,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,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/tippy.all.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "images\/icon_128.png",
        "96": "images\/icon_96.png",
        "32": "images\/icon_32.png"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/fbdownloader.online",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "downloads"
    ],
    "version": "1.4"
}