Video Downloader Plus

Download videos from social website in FHD format

什麼是Video Downloader Plus?

Video Downloader Plus是由Jona. M開發的Chrome擴展程式,該擴展的主要功能是“Download videos from social website in FHD format”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Video Downloader Plus擴展crx文件

下載Video Downloader Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Download and save your favorite videos easily

This extension allows downloading all types of videos from FB site

1)
Open any FB page containing a video and this extension will catch the video immediately.

2)
Click extension icon to choose your download quality and click the “Download” button. (See the Screenshots)

3)
Save the video to your own PC or mobile device and you’re done.


Video Downloader Plus supports downloading private and restricted videos and other kinds of FB videos.

If you want to stop fetching videos at any time. Just switch to the sleep mode.                    

擴展基本資訊

名稱 Video Downloader Plus Video Downloader Plus
ID bjejneicjolfdccjnbclegjomjlhegbi
官方網址 https://chromewebstore.google.com/detail/video-downloader-plus/bjejneicjolfdccjnbclegjomjlhegbi
簡介 Download videos from social website in FHD format
檔案大小 80.14 KB
安裝次數 10,911
目前版本 4.0.6
更新時間 2021-06-30
上架時間 2021-06-30
評分 2.27/5 共 11 次評分
開發者 Jona. M
電子郵箱 [email protected]
付費類型 free
擴展官網 https://downloadfacebook.net
說明頁面URL https://downloadfacebook.net/en/contact.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Downloader Plus",
    "version": "4.0.6",
    "description": "Download videos from social website in FHD format",
    "homepage_url": "https:\/\/downloadfacebook.net\/",
    "icons": {
        "16": "popup\/icons\/i-16.png",
        "32": "popup\/icons\/i-32.png",
        "48": "popup\/icons\/i-48.png",
        "64": "popup\/icons\/i-64.png",
        "96": "popup\/icons\/i-96.png",
        "128": "popup\/icons\/i-128.png",
        "256": "popup\/icons\/i-256.png",
        "512": "popup\/icons\/i-512.png"
    },
    "background": {
        "scripts": [
            "background\/bg.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.fbcdn.net\/*",
        "clipboardWrite",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "js": [
                "content_scripts\/cs.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "popup\/icons\/i-16.png",
            "32": "popup\/icons\/i-32.png",
            "48": "popup\/icons\/i-48.png",
            "64": "popup\/icons\/i-64.png",
            "96": "popup\/icons\/i-96.png",
            "128": "popup\/icons\/i-128.png",
            "256": "popup\/icons\/i-256.png",
            "512": "popup\/icons\/i-512.png"
        },
        "default_title": "Video Downloader Plus",
        "default_popup": "popup\/popup.html",
        "browser_style": true
    }
}