Download Vimeo Videos, Premium

Professional, simple downloader of any Vimeo video hosted anywhere on the web.

Download Vimeo Videos, Premiumคืออะไร?

Download Vimeo Videos, Premium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://vimeo-download-videos.com และคุณลักษณะหลักของมันคือ "Professional, simple downloader of any Vimeo video hosted anywhere on the web."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Vimeo Videos, Premium

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

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

                        Premium Version

Download any video played with Vimeo player (embedded on blogs or directly from Vimeo)

If you already have a tab opened with your video when you install, press refresh once in that tab for the extension to work.

Icon to download will appear only after you hit play on video.

How to use:

1. Load the page with the video you want to download in your browser.
2. An icon will appear on right side of the address bar.
3. Click on it to open the app for downloading
4. Cloud icon initiates the download 

*** Required permisions explained:
* Data on vimeo.com to capture the videos
* Data on licensor.io for licensing
* Browser history comes from the permission that allows the app to detect from what tab the video was played 
* Manage your downloads for initiating the video download and detecting when it finished
* E-mail address for creating the required account

Pricing: 
FREE -> One day trial
$5.99 -> Six months license
$9.99 -> One year license                    

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

ชื่อ Download Vimeo Videos, Premium Download Vimeo Videos, Premium
ID phpaiffimemgakmakpcehgbophkbllkf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/download-vimeo-videos-pre/phpaiffimemgakmakpcehgbophkbllkf
คำอธิบาย Professional, simple downloader of any Vimeo video hosted anywhere on the web.
ขนาดไฟล์ 963 KB
จำนวนการติดตั้ง 80,241
เวอร์ชันปัจจุบัน 3.2.0
อัปเดตครั้งล่าสุด 2020-07-07
วันที่เผยแพร่ 2020-07-03
คะแนน 3.70/5 รวมทั้งหมด 2114 คะแนน
ผู้พัฒนา http://vimeo-download-videos.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://vimeo-download-videos.com
URL หน้าช่วยเหลือ https://downloadvimeovideos.uservoice.com/forums/272834-general
ภาษาที่รองรับ en,pt-PT,ro,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.2.0",
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "short_name": "DwnlVimeoVid",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "https:\/\/licensor.io\/*",
        "https:\/\/player.vimeo.com\/*",
        "downloads",
        "webNavigation",
        "tabs",
        "storage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkH\/zPbrg08qika9WWduXBvTSj3zn2ME11foXi4pu0\/ZY+WGbQ\/flbhvMNc1wlA5yORQDaRKYc2Q\/Qys+U6JCWjNavx26NcIR1cGoTZC0vK\/c68UPLsgjQlwYVJ9dxjKO02JMFayLfjRZdab\/HABLxgQXZlSpqjC5I\/vhJKUdTFyW6PQVIgr3prGJC5aZQb+OxBoiCUbh7hmakDt3pLUJMPGGS0X0lieH0SGuUjZqVf8K\/rjhygqBC\/XJ0dExg75kQrvcWM7GhSLyiw4pQfkVmhnlQA543IIHpWpbJsOmsfF9PbE7HKiOCH1SAEI7QCd0WNOr4je3pBhnLAUwbcqDTQIDAQAB",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "public\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vimeo.com\/*",
            "https:\/\/*.licensor.io\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_16.png",
            "38": "icons\/icon_128.png"
        },
        "default_title": "Download",
        "default_popup": "popup\/popup.html"
    }
}