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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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