Vimeo Downloader

Abbility to download segmented video files

Vimeo Downloaderとは何ですか?

Vimeo Downloaderはsinushkin_alexeyによって開発されたChromeの拡張機能で、その主な機能は「Abbility to download segmented video files」です。

拡張機能のスクリーンショット

screenshot

Vimeo Downloader拡張機能のCRXファイルをダウンロード

Vimeo Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Abbility to download segmented video files hosted by vimeo.com

Link to windows application - https://yadi.sk/d/Te1ziQu53VFdLw                    

拡張機能の基本情報

名前 Vimeo Downloader Vimeo Downloader
ID lhedkamjpaeolmpclkplpchhfapgihop
公式URL https://chrome.google.com/webstore/detail/vimeo-downloader/lhedkamjpaeolmpclkplpchhfapgihop
説明 Abbility to download segmented video files
ファイルサイズ 95.21 KB
インストール数 1,000
現在のバージョン 1.0
最終更新日 2019-09-16
公開日 2019-09-16
評価 2.60/5 合計 5 レビュー
開発者 sinushkin_alexey
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vimeo Downloader",
    "description": "Abbility to download segmented video files",
    "version": "1.0",
    "browser_action": {
        "default_title": "Vimeo Downloader",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        ""
    ]
}