Video Downloader for Vimeo

Now you can download videos from vimeo.com in a single click | Can also download embedded video

Video Downloader for Vimeoคืออะไร?

Video Downloader for Vimeo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dvimeo.com และคุณลักษณะหลักของมันคือ "Now you can download videos from vimeo.com in a single click | Can also download embedded video"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Video Downloader for Vimeo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Downloader for Vimeo adds "download" button to video page, video list or embedded video. Click "download" button and select quality of the video you are gong to download. 
Done.

How it works:
Video from vimeo.com (if it is available):
On vimeo.com main page point cursor to video thumbnail and in upper left corner "download" button will appear (arrow pointing downwards). After clicking this button select desired option (see screenshots on Web Store page).

Embed Vimeo video:
You can download videos directly from embed Vimeo players on any website.

On vimeo.com main page point cursor to video thumbnail and in upper left corner "download" button will appear (arrow pointing downwards). After clicking this button select desired option (see screenshots on Web Store page).
If "download" button didn't appear (the reason could be a website-specific individual method of Vimeo video embedding) -  start playing the video and after that "download" button appears and downloading becomes available for downloading.

Download using popup icon:
Available for downloading Vimeo video files are shown after clicking popup icon of the extension.
Number shown on popup icon of the extension corresponds to q-ty of video available for downloading on page.

Please note: we just upgrade your browser with download buttons and if video is not available in desired quality, it's not our fault.
The video is available in poor quality: Usually low quality occurs when author initially uploads video with low quality.
Have any questions? Email me to:                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Video Downloader for Vimeo Video Downloader for Vimeo
ID cgmcdpfpkoildicgacgldinemhgmcbgp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/video-downloader-for-vime/cgmcdpfpkoildicgacgldinemhgmcbgp
คำอธิบาย Now you can download videos from vimeo.com in a single click | Can also download embedded video
ขนาดไฟล์ 380 KB
จำนวนการติดตั้ง 628,009
เวอร์ชันปัจจุบัน 1.3.7
อัปเดตครั้งล่าสุด 2022-06-15
วันที่เผยแพร่ 2020-12-21
คะแนน 4.52/5 รวมทั้งหมด 764 คะแนน
ผู้พัฒนา https://dvimeo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dvimeo.com
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/vimeo-downloader-privacypolicy
ภาษาที่รองรับ id,de,en,fr,nl,no,vi,tr,da,es,it,lv,lt,hu,pl,pt-PT,sk,sv,el,sr,bg,ru,uk,hi,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.3.7",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background_script.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "downloads",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}