Grabby - Vimeo Free Downloader

Download vimeo videos with a single click with Grabby Vimeo Downloader

What is Grabby - Vimeo Free Downloader?

Grabby - Vimeo Free Downloader is a Chrome extension developed by pixeleykiraa, and its main feature is "Download vimeo videos with a single click with Grabby Vimeo Downloader".

Download Grabby - Vimeo Free Downloader Extension CRX File

Download Grabby - Vimeo Free Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!!!                    

Extension Basic Information

Name Grabby - Vimeo Free Downloader Grabby - Vimeo Free Downloader
ID ejfanbpkfhlocplajhholhdlajokjhmc
Official URL https://chrome.google.com/webstore/detail/grabby-vimeo-free-downloa/ejfanbpkfhlocplajhholhdlajokjhmc
Description Download vimeo videos with a single click with Grabby Vimeo Downloader
File Size 12.92 KB
Installation Count 416
Current Version 2.1.9
Last Updated 2017-06-06
Publish Date 2017-06-05
Rating 2.33/5 Total 3 Ratings
Developer pixeleykiraa
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.searchatit.club/privacy
Supported Languages 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"
    }
}