Grabby - Vimeo Free Downloader
Download vimeo videos with a single click with Grabby Vimeo Downloader
什么是Grabby - Vimeo Free Downloader?
Grabby - Vimeo Free Downloader是由pixeleykiraa开发的Chrome扩展程序,该扩展的主要功能是“Download vimeo videos with a single click with Grabby Vimeo Downloader”。
下载Grabby - Vimeo Free Downloader扩展crx文件
下载Grabby - Vimeo Free Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hello people, please meet Grabby - Vimeo Free Downloader. What it does? very simple - we help you download any video you want from Vimeo.com website! But how? Even more simple - all you have to do after installing our extension is to visit any video you want on vimeo.com website, and on your extensions bar just click on our extesnion icon. After that, a new window will open with a download link to your favorite & preferred video file. If you need my assistance you can always send me an email :) Bye and enjoy!!!
扩展基本信息
名称 | |
ID | ejfanbpkfhlocplajhholhdlajokjhmc |
官方URL | https://chrome.google.com/webstore/detail/grabby-vimeo-free-downloa/ejfanbpkfhlocplajhholhdlajokjhmc |
简介 | Download vimeo videos with a single click with Grabby Vimeo Downloader |
文件大小 | 12.92 KB |
安装次数 | 416 |
当前版本 | 2.1.9 |
更新时间 | 2017-06-06 |
上架时间 | 2017-06-05 |
评分 | 2.33/5 共3次评分 |
开发者 | pixeleykiraa |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.searchatit.club/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grabby - Vimeo Free Downloader", "short_name": "Grabby - Vimeo Free Downloader", "version": "2.1.9", "description": "Download vimeo videos with a single click with Grabby Vimeo Downloader", "author": "Grabby", "page_action": { "default_title": "Vimeo Free Downloader", "default_icon": "img\/128x128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "icons": { "16": "img\/16x16.png", "128": "img\/128x128.png" } } |