Blob Video Downloader

BVD Extension download the Blob videos in Facebook, Instagram, TikTok, Twitter, Pinterest, Reddit & Linkedin showing download button

Blob Video Downloader là gì?

Blob Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi http://blobvid.com, và tính năng chính của nó là "BVD Extension download the Blob videos in Facebook, Instagram, TikTok, Twitter, Pinterest, Reddit & Linkedin showing download button".

Ả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 Blob Video Downloader

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

                        Blob Video Downloader is a Chrome Extension Made to download the Blob videos shown in Facebook video comments , Instagram videos , twitter videos , tiktok videos , LinkedIn videos , pinterest videos , reddit videos  
Users need to add the BVD (Blob Video Downloader) extension to chrome To see the Download Button Showed over the Video comments and other blob Video posts .
in case of any issues i will be glad to contact me 
Enjoy :)

 in Version 1.5 : 
- improvement in download button and code to show in all videos , may not show in facebook comments till next update 
- bug fixes
- options added :
Facebook video download
Instagram video download
twitter video download
tiktok video download
LinkedIn video download
Reddit video download
pinterest video download

what is next ?
- improve facebook video download and add facebook video comment download again 
- speed improvement 
- option to save videos on blobvid.com

please submit your suggestions in feedback 
thank you :)                    

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

Tên Blob Video Downloader Blob Video Downloader
ID knpbbcbpainepebaalgbehcidbkednfb
URL Chính Thức https://chrome.google.com/webstore/detail/knpbbcbpainepebaalgbehcidbkednfb
Mô tả BVD Extension download the Blob videos in Facebook, Instagram, TikTok, Twitter, Pinterest, Reddit & Linkedin showing download button
Kích Thước Tệp 38.26 KB
Số Lần Cài Đặt 19,983
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2020-02-03
Ngày Phát Hành 2020-01-29
Đánh Giá 1.49/5 Tổng số 154 Đánh Giá
Nhà Phát Triển http://blobvid.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://blobvid.com
URL Trang Trợ Giúp https://www.blobvid.com/privacy-policy
URL Trang Chính Sách Bảo Mật https://www.blobvid.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blob Video Downloader",
    "short_name": "BVD",
    "description": "BVD Extension download the Blob videos in Facebook, Instagram, TikTok, Twitter, Pinterest, Reddit & Linkedin showing download button",
    "version": "1.5",
    "manifest_version": 2,
    "author": "Blobvid",
    "permissions": [
        "notifications",
        "webNavigation",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/www.pinterest.com\/*",
        "https:\/\/www.tiktok.com\/*",
        "https:\/\/www.twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/www.reddit.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/linkedin.com\/*",
        "https:\/\/linkedin.com\/*",
        "https:\/\/v19.muscdn.com\/*",
        "http:\/\/twittervideodownloader.com\/*",
        "http:\/\/twittervideodownloader.com\/",
        "https:\/\/www.getfvid.com\/*",
        "https:\/\/www.getfvid.com\/",
        "https:\/\/mbasic.facebook.com\/",
        "https:\/\/mbasic.facebook.com\/*",
        "https:\/\/www.facebook.com\/"
    ],
    "background": {
        "scripts": [
            "\/js\/blobvid_multidownloader\/blobvid\/download_video_in_blobvid_com.js",
            "\/js\/blobvid_multidownloader\/MODULES\/download_video.js",
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png"
        },
        "default_popup": "html\/popup.html"
    }
}