Vimeo Downloader

Abbility to download segmented video files

What is Vimeo Downloader?

Vimeo Downloader is a Chrome extension developed by sinushkin_alexey, and its main feature is "Abbility to download segmented video files".

Extension Screenshots

screenshot

Download Vimeo Downloader Extension CRX File

Download Vimeo Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Abbility to download segmented video files hosted by vimeo.com

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

Extension Basic Information

Name Vimeo Downloader Vimeo Downloader
ID lhedkamjpaeolmpclkplpchhfapgihop
Official URL https://chrome.google.com/webstore/detail/vimeo-downloader/lhedkamjpaeolmpclkplpchhfapgihop
Description Abbility to download segmented video files
File Size 95.21 KB
Installation Count 1,000
Current Version 1.0
Last Updated 2019-09-16
Publish Date 2019-09-16
Rating 2.60/5 Total 5 Ratings
Developer sinushkin_alexey
Email [email protected]
Payment Type free
Supported Languages 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",
        ""
    ]
}