Pinterest Video Downloader

Pinterest Video Downloader

Download full HD Pinterest videos in 1 click using this extension for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/48x48.png",
    "default_title": "youtubevideodownloader.site"
  },
  "content_scripts": [
    {
      "js": [
        "js/contentscript.js"
      ],
      "matches": [
        "https://pinterest.com/*",
        "http://pinterest.com/*",
        "http://www.pinterest.com/*",
        "https://www.pinterest.com/*",
        "https://www.google.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "offline_enabled": true,
  "permissions": [
    "storage",
    "tabs",
    "cookies"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.6"
}