Vimeo Private Downloader

Download private VIMEO video of the current tab.

什麼是Vimeo Private Downloader?

Vimeo Private Downloader是由fagundesjgd開發的Chrome擴展程式,該擴展的主要功能是“Download private VIMEO video of the current tab.”。

擴展截圖

screenshot

下載Vimeo Private Downloader擴展crx文件

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

擴展使用說明

                        With this extension you can download private videos of VIMEO from current web page.

Contact for support or help: [email protected]                    

擴展基本資訊

名稱 Vimeo Private Downloader Vimeo Private Downloader
ID bigelpnhidcahdkpmbgpllmiibdkllai
官方網址 https://chrome.google.com/webstore/detail/vimeo-private-downloader/bigelpnhidcahdkpmbgpllmiibdkllai
簡介 Download private VIMEO video of the current tab.
檔案大小 5.08 KB
安裝次數 45,848
目前版本 1.0.1
更新時間 2020-04-07
上架時間 2020-04-04
評分 3.87/5 共 171 次評分
開發者 fagundesjgd
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vimeo Private Downloader",
    "version": "1.0.1",
    "description": "Download private VIMEO video of the current tab.",
    "author": "[email protected]",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Titulo default"
    }
}