Vimeo™ Video Downloader Pro

Vimeo Video Downloader Pro supports download vimeo videos from vimeo.com and embedded sites.

什么是Vimeo™ Video Downloader Pro?

Vimeo™ Video Downloader Pro是由save.highvideo开发的Chrome扩展程序,该扩展的主要功能是“Vimeo Video Downloader Pro supports download vimeo videos from vimeo.com and embedded sites.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Vimeo™ Video Downloader Pro扩展crx文件

下载Vimeo™ Video Downloader Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a simple Vimeo downloader. You can download Vimeo video with a single click.

How to download vimeo video?
1. Video from vimeo.com
      Point the cursor to the video thumbnail or video detail page,  the "Download" button (arrow down) will appear in the upper right corner. Once you click the button, you can download vimeo videos.
2. Embed Vimeo video
     You can download vimeo videos from embedded Vimeo players on the web.

Features:
  - Support Vimeo video download
  - Supports 1000+ embedded sites
  - Supports downloading private videos
  - Supports download HD, 2k, 4k videos
  - Supports Volume Control, Speed Controller, Picture in Picture, etc                    

扩展基本信息

名称 Vimeo™ Video Downloader Pro Vimeo™ Video Downloader Pro
ID penndbmahnpapepljikkjmakcobdahne
官方URL https://chrome.google.com/webstore/detail/vimeo-video-downloader-pr/penndbmahnpapepljikkjmakcobdahne
简介 Vimeo Video Downloader Pro supports download vimeo videos from vimeo.com and embedded sites.
文件大小 620 KB
安装次数 6,142
当前版本 1.0.7
更新时间 2023-01-17
上架时间 2022-08-13
评分 4.10/5 共10次评分
开发者 save.highvideo
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://vimeomate.com/privacy
支持的语言 id,de,en,en-GB,en-US,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/emnnbocicckplplepjjojfkmiodfdjaf",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script-vimeo.js"
            ],
            "css": [
                "css\/insert-vimeo.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content-inject.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/content-script-volume.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content-script-turn.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content-script-picture.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons\/logo.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rule.json"
            }
        ]
    },
    "version": "1.0.7",
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "*:\/\/*.aliyuncs.com\/*",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logo-blue.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "resources": [
                "js\/ajax-listener.js"
            ]
        }
    ]
}