ImDV | Downloader for Vimeo

Download video from vimeo.com in a single click. Also you can download embedded vimeo video from any website.

ImDV | Downloader for Vimeoคืออะไร?

ImDV | Downloader for Vimeo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mossqquito และคุณลักษณะหลักของมันคือ "Download video from vimeo.com in a single click. Also you can download embedded vimeo video from any website."

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

screenshot

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

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

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

                        With our browser extension you can Download any video from vimeo.com. All you need is to click Download button and your preferred video will be saved to your PC. ImDV | Downloader for Vimeo adds "download" button on video page, video list and embedded video, just click it, chose video quality you want and downloading will start. As simple as it is.

Vimeo Downloader is a simple but working way how to download any Vimeo video to your PC and use it later. You can download any public video from:
- vimeo.com main page,
- vimeo video page,
- list of suggested videos,
- embed video from any third-party website.


Please note: You cannot download private or password protected video.
*******

How ImDV | Downloader for Vimeo works:

- for vimeo.com: point cursor to video thumbnail and you will see "download" button in upper left corner (down arrow). After clicking this button chose your downloading option.

- for Vimeo video (if available):
Point cursor to video thumbnail and you will see "download" button in upper right corner (down arrow). Click it and chose downloading option.

- for embed Vimeo video:
You can download videos directly from embed Vimeo players. For this point cursor to video thumbnail and you will see "download" button in upper right corner (down arrow). Click it and chose downloading option.

If "download" button doesn't appear (the reason could be a website-specific individual method of Vimeo video embedding) -  start playing the video and after that "download" button will appear and downloading will become available.

Downloading using pop-up icon:
Available for downloading Vimeo video files are shown after clicking pop-up icon of the extension.
Number shown on popup icon of the extension corresponds to a number of videos available for downloading on the page.

Please note: we just extend your browser functionality with download buttons and if video is not available in desired quality, it's not our fault.                    

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

ชื่อ ImDV | Downloader for Vimeo ImDV | Downloader for Vimeo
ID lbfmjfpjklfpajppediikmapjhiodjji
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lbfmjfpjklfpajppediikmapjhiodjji
คำอธิบาย Download video from vimeo.com in a single click. Also you can download embedded vimeo video from any website.
ขนาดไฟล์ 2.36 MB
จำนวนการติดตั้ง 48,165
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2023-09-28
วันที่เผยแพร่ 2021-01-28
คะแนน 4.01/5 รวมทั้งหมด 89 คะแนน
ผู้พัฒนา mossqquito
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/vimeodownloader
ภาษาที่รองรับ de,en,fr,tr,es,it,pt-PT,ru,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": "2.1.2",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon_16.png",
        "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\/libs\/parser.min.js",
            "js\/background_script.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "",
        "webRequest",
        "tabs",
        "downloads",
        "cookies",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/libs\/ffmpeg-worker.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'",
    "web_accessible_resources": [
        "css\/*",
        "img\/*",
        "fonts\/*"
    ]
}