Vine Downloader

Download Vines to your computer

Vine Downloader là gì?

Vine Downloader là một tiện ích mở rộng Chrome được phát triển bởi Adam Carbonell, và tính năng chính của nó là "Download Vines to your computer".

Ả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 Vine Downloader

Tải xuống các tệp mở rộng Vine 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

                        Download any vine from anywhere.

Right-click to download:
- vine links
- embedded vines
- anywhere on a vine video page                    

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

Tên Vine Downloader Vine Downloader
ID mefolbegkohleofbbbehjgamcpfohjjh
URL Chính Thức https://chrome.google.com/webstore/detail/vine-downloader/mefolbegkohleofbbbehjgamcpfohjjh
Mô tả Download Vines to your computer
Kích Thước Tệp 32.59 KB
Số Lần Cài Đặt 999
Phiên Bản Hiện Tại 1.31
Cập Nhật Lần Cuối 2023-02-12
Ngày Phát Hành 2020-03-08
Đánh Giá 3.32/5 Tổng số 41 Đánh Giá
Nhà Phát Triển Adam Carbonell
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://boarlet.com/vine
URL Trang Chính Sách Bảo Mật https://adamcarbonell.com/policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vine Downloader",
    "version": "1.31",
    "description": "Download Vines to your computer",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "downloads"
    ],
    "icons": {
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}