Grabby - Vimeo Free Downloader
Download vimeo videos with a single click with Grabby Vimeo Downloader
Apa itu Grabby - Vimeo Free Downloader?
Grabby - Vimeo Free Downloader adalah ekstensi Chrome yang dikembangkan oleh pixeleykiraa, dan fitur utamanya adalah "Download vimeo videos with a single click with Grabby Vimeo Downloader".
Unduh Berkas CRX Ekstensi Grabby - Vimeo Free Downloader
Unduh file ekstensi Grabby - Vimeo Free Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!!!
Informasi Dasar Ekstensi
Nama | |
ID | ejfanbpkfhlocplajhholhdlajokjhmc |
URL Resmi | https://chrome.google.com/webstore/detail/grabby-vimeo-free-downloa/ejfanbpkfhlocplajhholhdlajokjhmc |
Deskripsi | Download vimeo videos with a single click with Grabby Vimeo Downloader |
Ukuran File | 12.92 KB |
Jumlah Instalasi | 416 |
Versi Saat Ini | 2.1.9 |
Terakhir Diperbarui | 2017-06-06 |
Tanggal Publikasi | 2017-06-05 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | pixeleykiraa |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://www.searchatit.club/privacy |
Bahasa yang Didukung | 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" } } |