Video Downloader by fb2mate

Downloading your Facebook videos has been simplified even more!

Video Downloader by fb2mate là gì?

Video Downloader by fb2mate là một tiện ích mở rộng Chrome được phát triển bởi fb2mate inc, và tính năng chính của nó là "Downloading your Facebook videos has been simplified even more!".

Ả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 Video Downloader by fb2mate

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

                        Downloading your Facebook videos has been simplified even more! Now, with our FB2Mate Google Chrome extension, you can download your favorite clips and streams faster and safer. 

Don’t take our word for it. Download the Firefox extension now to try it out for yourself. You’d be amazed at the instant results and satisfaction. 

Here, we are going in depth with the most convenient of resources available. All of the aforementioned perks are combined and packaged into the Chrome and Firefox extensions. 

With the extension available on the Google Chrome store, you’ll be able to download your videos straight off Facebook. 

Follow these simple steps below and you’re on the way to watching the greatest videos anytime, anywhere.                    

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

Tên Video Downloader by fb2mate Video Downloader by fb2mate
ID pnojeninehdnfmohegjhhodmekfflfjf
URL Chính Thức https://chrome.google.com/webstore/detail/video-downloader-by-fb2ma/pnojeninehdnfmohegjhhodmekfflfjf
Mô tả Downloading your Facebook videos has been simplified even more!
Kích Thước Tệp 52.57 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-04-12
Ngày Phát Hành 2019-04-12
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển fb2mate inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fb2mate.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Downloader by fb2mate",
    "description": "Downloading your Facebook videos has been simplified even more!",
    "version": "1.3",
    "icons": {
        "48": "icons\/logo.png",
        "128": "icons\/logo-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "https:\/\/fb2mate.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/button_download.png"
    ]
}