Social Video Downloader

Social Video Downloader - Download Videos directly from Facebook ™ in HD quality with one simple click.

Social Video Downloader là gì?

Social Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi anna.kurlyand, và tính năng chính của nó là "Social Video Downloader - Download Videos directly from Facebook ™ in HD quality with one simple 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 Social Video Downloader

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

                        GetfVid Extension The Best Free Online Tool to Download Facebook Videos.

Also you can go to website: getfvid.com and paste your facebook video url to download video.

Extension is totally free and easy to use, Just Press the download link above/below every video.

enjoy it.                    

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

Tên Social Video Downloader Social Video Downloader
ID kbmhdphcfbllelmmdgapkpkhnoonniie
URL Chính Thức https://chrome.google.com/webstore/detail/social-video-downloader/kbmhdphcfbllelmmdgapkpkhnoonniie
Mô tả Social Video Downloader - Download Videos directly from Facebook ™ in HD quality with one simple click.
Kích Thước Tệp 30.83 KB
Số Lần Cài Đặt 12,758
Phiên Bản Hiện Tại 20.4.2021.1
Cập Nhật Lần Cuối 2021-04-22
Ngày Phát Hành 2021-04-22
Đánh Giá 2.42/5 Tổng số 12 Đánh Giá
Nhà Phát Triển anna.kurlyand
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,de,en,fr,nl,vi,tr,es,it,pt-BR,sv,ru,hi,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "version": "20.4.2021.1",
    "icons": {
        "128": "i\/icon_128.png",
        "64": "i\/icon_64.png",
        "48": "i\/icon_48.png",
        "32": "i\/icon_32.png",
        "16": "i\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "Facebook video Downloader",
    "description": "__MSG_ext_description__",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "downloads",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.fbcdn.net\/*"
    ]
}