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 |
官方網址 | 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" } } |