Download video from facebook

Chrome plugin that extends the facebook context menu and adds functionality for downloading the selected video element

Download video from facebook là gì?

Download video from facebook là một tiện ích mở rộng Chrome được phát triển bởi drazyk.mateusz, và tính năng chính của nó là "Chrome plugin that extends the facebook context menu and adds functionality for downloading the selected video element".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Download video from facebook

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

                        IMPORTANT! 
This extension only works with the classic Facebook look. If you are using the new Facebook layout you can use my newest plugin I wrote:
https://chrome.google.com/webstore/detail/video-downloader/pdgnickkolfaldghlnonpiefbokaecnb

How it works?

1. Click the right mouse button
2. Select the "Download Video" option
3. Wait for a moment and voila, the video is downloading

Remember
- After installing the extension, you should restart your browser or at least browser tab.
- When you are trying to download video from the "Watch" section, first you need to scroll down a bit to let the extension properly load. This only occurs on that page.

If you find any bugs, let me know by creating an issue in my GitHub repo
https://github.com/mdrazyk/download_video_fb_extension/issues
I will be happy to help you :)

Icons made by Pixel perfect from www.flaticon.com                    

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

Tên Download video from facebook Download video from facebook
ID kjjlfnmamiphaeamdngahedegooecnnc
URL Chính Thức https://chromewebstore.google.com/detail/download-video-from-faceb/kjjlfnmamiphaeamdngahedegooecnnc
Mô tả Chrome plugin that extends the facebook context menu and adds functionality for downloading the selected video element
Kích Thước Tệp 8.97 KB
Số Lần Cài Đặt 2,854
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2020-09-16
Ngày Phát Hành 2020-05-09
Đánh Giá 2.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển drazyk.mateusz
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/mdrazyk/download_video_fb_extension
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download video from facebook",
    "description": "Chrome plugin that extends the facebook context menu and adds functionality for downloading the selected video element",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "16": "download-line16.png",
        "48": "download-line48.png",
        "128": "download-line120.png"
    },
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "all_frames": true
        }
    ]
}