Grabby - Vimeo Free Downloader

Download vimeo videos with a single click with Grabby Vimeo Downloader

Qu'est-ce que Grabby - Vimeo Free Downloader ?

Grabby - Vimeo Free Downloader est une extension Chrome développée par pixeleykiraa, et sa fonction principale est "Download vimeo videos with a single click with Grabby Vimeo Downloader".

Télécharger le fichier CRX de l'extension Grabby - Vimeo Free Downloader

Téléchargez les fichiers d'extension Grabby - Vimeo Free Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Grabby - Vimeo Free Downloader Grabby - Vimeo Free Downloader
ID ejfanbpkfhlocplajhholhdlajokjhmc
URL Officiel https://chrome.google.com/webstore/detail/grabby-vimeo-free-downloa/ejfanbpkfhlocplajhholhdlajokjhmc
Description Download vimeo videos with a single click with Grabby Vimeo Downloader
Taille du Fichier 12.92 KB
Nombre d'Installations 416
Version Actuelle 2.1.9
Dernière Mise à Jour 2017-06-06
Date de Publication 2017-06-05
Évaluation 2.33/5 Total 3 Évaluations
Développeur pixeleykiraa
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.searchatit.club/privacy
Langues Prises en Charge 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"
    }
}