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
官方URL 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"
    }
}