Vine Downloader
Download Vines to your computer
什么是Vine Downloader?
Vine Downloader是由Adam Carbonell开发的Chrome扩展程序,该扩展的主要功能是“Download Vines to your computer”。
扩展截图
下载Vine Downloader扩展crx文件
下载Vine Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download any vine from anywhere. Right-click to download: - vine links - embedded vines - anywhere on a vine video page
扩展基本信息
名称 | |
ID | mefolbegkohleofbbbehjgamcpfohjjh |
官方URL | https://chrome.google.com/webstore/detail/vine-downloader/mefolbegkohleofbbbehjgamcpfohjjh |
简介 | Download Vines to your computer |
文件大小 | 32.59 KB |
安装次数 | 999 |
当前版本 | 1.31 |
更新时间 | 2023-02-12 |
上架时间 | 2020-03-08 |
评分 | 3.32/5 共41次评分 |
开发者 | Adam Carbonell |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://boarlet.com/vine |
隐私政策页面URL | https://adamcarbonell.com/policy.html |
支持的语言 | 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" } } |