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"
    }
}