Facebook Video Downloader

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

Facebook Video Downloader là gì?

Facebook Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi fbvideodownloader, và tính năng chính của nó là "FBVideoDownload.Online 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 Facebook Video Downloader

Tải xuống các tệp mở rộng Facebook Video Downloader 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

                        fbvideodownload.online is a website support download video from facebook  by appending video ID (video url facebook)                    

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

Tên Facebook Video Downloader Facebook Video Downloader
ID ejimoekcgjbolfiagmbiffphefomilck
URL Chính Thức https://chrome.google.com/webstore/detail/facebook-video-downloader/ejimoekcgjbolfiagmbiffphefomilck
Mô tả FBVideoDownload.Online allows you to download facebook videos with high quality: HD 1080p, 2K, 4K.
Kích Thước Tệp 732 KB
Số Lần Cài Đặt 521
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-12-21
Ngày Phát Hành 2021-12-14
Nhà Phát Triển fbvideodownloader
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fbvideodownload.online
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
{
    "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"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "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:\/\/fbvideodownload.online",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "management"
    ],
    "version": "1.4"
}