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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย save.highvideo และคุณลักษณะหลักของมันคือ "Vimeo Video Downloader Pro supports download vimeo videos from vimeo.com and embedded sites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vimeo™ Video Downloader Pro

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}