Video Downloader by fb2mate

Downloading your Facebook videos has been simplified even more!

什麼是Video Downloader by fb2mate?

Video Downloader by fb2mate是由fb2mate inc開發的Chrome擴展程式,該擴展的主要功能是“Downloading your Facebook videos has been simplified even more!”。

擴展截圖

screenshot
screenshot
screenshot

下載Video Downloader by fb2mate擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Video Downloader by fb2mate Video Downloader by fb2mate
ID pnojeninehdnfmohegjhhodmekfflfjf
官方網址 https://chrome.google.com/webstore/detail/video-downloader-by-fb2ma/pnojeninehdnfmohegjhhodmekfflfjf
簡介 Downloading your Facebook videos has been simplified even more!
檔案大小 52.57 KB
安裝次數 1,000
目前版本 1.3
更新時間 2019-04-12
上架時間 2019-04-12
評分 3.50/5 共 4 次評分
開發者 fb2mate inc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://fb2mate.com
支援的語言 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"
    ]
}