Facebook Downloader

Download videos and photos from Facebook in one click

Facebook Downloader là gì?

Facebook Downloader là một tiện ích mở rộng Chrome được phát triển bởi fb.downloader.pro, và tính năng chính của nó là "Download videos and photos from Facebook in one click".

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

screenshot
screenshot

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

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

                        The extension allows you to conveniently download photos and videos from Facebook.

Opportunities:
* Download videos
* Download pictures
* Download all content at once from the fb page.
* Interactive menu                    

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

Tên Facebook Downloader Facebook Downloader
ID blbeakbnfpllijiclkekjaelekajolgo
URL Chính Thức https://chrome.google.com/webstore/detail/facebook-downloader/blbeakbnfpllijiclkekjaelekajolgo
Mô tả Download videos and photos from Facebook in one click
Kích Thước Tệp 179 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-03-19
Ngày Phát Hành 2021-03-19
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển fb.downloader.pro
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Facebook Downloader",
    "version": "1.0.1",
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "icons": {
        "16": "img\/icons\/icon_16.png",
        "48": "img\/icons\/icon_48.png",
        "128": "img\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon_19.png",
            "38": "img\/icons\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/tab.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "includes\/facebook_com.js"
            ],
            "run_at": "document_end"
        }
    ]
}