FB Downloader HD (FDownloader)

FDownloader.Net is a free Facebook video downloader that allows you to download facebook videos with high quality: HD 1080p, 2K, 4K.

FB Downloader HD (FDownloader) là gì?

FB Downloader HD (FDownloader) là một tiện ích mở rộng Chrome được phát triển bởi http://fdownloader.net, và tính năng chính của nó là "FDownloader.Net is a free Facebook video downloader that allows you to download facebook videos with high quality: HD 1080p, 2K, 4K.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FB Downloader HD (FDownloader)

Tải xuống các tệp mở rộng FB Downloader HD (FDownloader) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        FDownloader.Net is a Facebook video downloader, allowing to download Facebook videos with high quality HD 1080P, 2k, 4k.
FB Downloader HD plugin is the best Facebook video downloader that helps you to download high quality Facebook videos: Full HD, 2K, 4K.
Download Facebook videos with Chrome browser.

Salient features:
- Allows downloading Facebook videos with the best quality: HD, 2K, 4K.
- Support converting video to mp3, download audio (mp3) from Facebook quickly.
- Download any Facebook video: public Facebook video, private Facebook video, Facebook video in closed group, secret group Facebook video, Facebook fanpage video...
- Free Facebook video downloader. We do not charge any fees from users.
- Privacy, We do not collect user information

Instructions for using FB Downloader HD (FDownloader) on Chrome browser?
1. Go to your Facebook.
2. Navigate to the Facebook video you want to download.
3. Click Plugins when the Green Logo is visible.
4. Select Video Preview or Download in SD or HD+ Quality (Including HD, Full HD, 2K, 4K)

Note:
After installing the extension, please reload the tab where you want to download the video so that the extension can recognize the video file!

We'd love to see your feedback or suggestions to improve the extension's work! Please contact us with any problems or suggestions.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FB Downloader HD (FDownloader) FB Downloader HD (FDownloader)
ID pigdijllbadmcakkkcfidfiihompfccd
URL Chính Thức https://chrome.google.com/webstore/detail/fb-downloader-hd-fdownloa/pigdijllbadmcakkkcfidfiihompfccd
Mô tả FDownloader.Net is a free Facebook video downloader that allows you to download facebook videos with high quality: HD 1080p, 2K, 4K.
Kích Thước Tệp 753 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-10-12
Ngày Phát Hành 2021-09-09
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://fdownloader.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fdownloader.net
URL Trang Trợ Giúp https://fdownloader.net/contact
URL Trang Chính Sách Bảo Mật https://fdownloader.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
{
    "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"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "management"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}