Vimeo Video Downloader
Download videos and audios from Vimeo
什么是Vimeo Video Downloader?
Vimeo Video Downloader是由tomxuxu开发的Chrome扩展程序,该扩展的主要功能是“Download videos and audios from Vimeo”。
扩展截图
下载Vimeo Video Downloader扩展crx文件
下载Vimeo Video Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download videos and audios from Vimeo
扩展基本信息
名称 | Vimeo Video Downloader |
ID | opgdaloielhdheaimfenmkkaljiajidi |
官方URL | https://chrome.google.com/webstore/detail/opgdaloielhdheaimfenmkkaljiajidi |
简介 | Download videos and audios from Vimeo |
文件大小 | 129 KB |
安装次数 | 105 |
当前版本 | 2.1.5 |
更新时间 | 2023-07-03 |
上架时间 | 2023-07-03 |
评分 | 5.00/5 共1次评分 |
开发者 | tomxuxu |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pictureknow.com/en |
隐私政策页面URL | https://pictureknow.com/protocol |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "2.1.5", "description": "__MSG_desc__", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icons\/icon128.png", "default_title": "__MSG_name__", "default_popup": "popup.html" }, "permissions": [ "downloads" ], "host_permissions": [ " |