Vimeo Private Downloader

Download private VIMEO video of the current tab.

Vimeo Private Downloader là gì?

Vimeo Private Downloader là một tiện ích mở rộng Chrome được phát triển bởi fagundesjgd, và tính năng chính của nó là "Download private VIMEO video of the current tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vimeo Private Downloader

Tải xuống các tệp mở rộng Vimeo Private Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With this extension you can download private videos of VIMEO from current web page.

Contact for support or help: [email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vimeo Private Downloader Vimeo Private Downloader
ID bigelpnhidcahdkpmbgpllmiibdkllai
URL Chính Thức https://chrome.google.com/webstore/detail/vimeo-private-downloader/bigelpnhidcahdkpmbgpllmiibdkllai
Mô tả Download private VIMEO video of the current tab.
Kích Thước Tệp 5.08 KB
Số Lần Cài Đặt 45,848
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-04-07
Ngày Phát Hành 2020-04-04
Đánh Giá 3.87/5 Tổng số 171 Đánh Giá
Nhà Phát Triển fagundesjgd
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vimeo Private Downloader",
    "version": "1.0.1",
    "description": "Download private VIMEO video of the current tab.",
    "author": "[email protected]",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Titulo default"
    }
}