FB Video Downloader

Download Videos.

FB Video Downloader là gì?

FB Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi Cheryl A. Spencer, và tính năng chính của nó là "Download Videos.".

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

screenshot
screenshot
screenshot

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

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

                        Download and save your favorite FB videos with this helpful extension.                    

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

Tên FB Video Downloader FB Video Downloader
ID cfomjnfgimjgchhdlopbjhcndlnankoj
URL Chính Thức https://chrome.google.com/webstore/detail/fb-video-downloader/cfomjnfgimjgchhdlopbjhcndlnankoj
Mô tả Download Videos.
Kích Thước Tệp 1.09 MB
Số Lần Cài Đặt 455
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2021-07-06
Ngày Phát Hành 2021-02-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Cheryl A. Spencer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.facebook.com/groups/funnelmavericks
URL Trang Chính Sách Bảo Mật https://fastfunnelformula.com/ttvdlr-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FB Video Downloader",
    "description": "Download Videos.",
    "version": "0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "FB Video Downloader",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "vendor\/content.css"
            ],
            "exclude_matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "fbcontent.bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "css": [
                "vendor\/content.css"
            ],
            "js": [
                "facebook.bundle.js"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com: object-src 'self'"
}