Grabby - Vimeo Free Downloader

Grabby - Vimeo Free Downloader

Download vimeo videos with a single click with Grabby Vimeo Downloader

Merlin
Additional files are visible only to premium users

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"
  }
}