Pinterest Video Downloader

Pinterest Video Downloader

Pinterest Video Downloader is a Firefox extension that simplifies the process of saving videos from Pinterest to your computer. With just one click, you can download your favorite Pinterest videos and enjoy them offline. It's a convenient tool for an

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pinterest Video Downloader",
  "version": "0.0.1",
  "manifest_version": 3,
  "description": "Pinterest Video Downloader - Download Video Pinterest Full HD - DotSave.app",
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon.png",
      "38": "images/icon.png"
    },
    "default_title": "Pinterest Video Downloader",
    "default_popup": "popup.html"
  },
  "background.service_worker": {
    "page": "background.html",
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.pinterest.com/*",
        "*://*.pinterest.ru/*",
        "*://*.pinterest.de/*",
        "*://*.pinterest.se/*",
        "*://*.pinterest.pt/*",
        "*://*.pinterest.at/*",
        "*://*.pinterest.dk/*",
        "*://*.pinterest.hu/*",
        "*://*.pinterest.be/*",
        "*://*.pinterest.ca/*",
        "*://*.pinterest.in/*",
        "*://*.pinterest.ec/*",
        "*://*.pinterest.co/*",
        "*://*.pinterest.cr/*",
        "*://*.pinterest.id/*",
        "*://*.pinterest.nz/*",
        "*://*.pinterest.uk/*",
        "*://*.pinterest.it/*",
        "*://*.pinterest.info/*",
        "*://*.pinterest.nl/*",
        "*://*.pinterest.ch/*",
        "*://*.pinterest.pe/*",
        "*://*.pinterest.th/*",
        "*://*.pinterest.tk/*",
        "*://*.pinterest.jp/*",
        "*://*.pinterest.ie/*",
        "*://*.pinterest.cl/*",
        "*://*.pinterest.tw/*",
        "*://*.pinterest.es/*",
        "*://*.pinterest.ph/*",
        "*://*.pinterest.vn/*",
        "*://*.pinterest.ag/*",
        "*://*.pinterest.cz/*",
        "*://*.pinterest.gs/*",
        "*://*.pinterest.am/*",
        "*://*.pinterest.bz/*",
        "*://*.pinterest.cn/*",
        "*://*.pinterest.mx/*",
        "*://*.pinterest.co.nz/*",
        "*://*.pinterest.co.at/*",
        "*://*.pinterest.co.cr/*",
        "*://*.pinterest.co.bo/*",
        "*://*.pinterest.co.es/*",
        "*://*.pinterest.co.py/*",
        "*://*.pinterest.co.uk/*",
        "*://*.pinterest.co.in/*",
        "*://*.pinterest.co.vn/*",
        "*://*.pinterest.co.pt/*",
        "*://*.pinterest.co.pe/*",
        "*://*.pinterest.com.bo/*",
        "*://*.pinterest.com.co/*",
        "*://*.pinterest.com.cn/*",
        "*://*.pinterest.com.au/*",
        "*://*.pinterest.com.ag/*",
        "*://*.pinterest.com.es/*",
        "*://*.pinterest.com.py/*",
        "*://*.pinterest.com.ph/*",
        "*://*.pinterest.com.uk/*",
        "*://*.pinterest.com.vn/*",
        "*://*.pinterest.com.pt/*",
        "*://*.pinterest.com.pl/*",
        "*://*.pinterest.com.pe/*",
        "*://*.pinterest.com.tw/*",
        "*://*.pinterest.com.ve/*",
        "*://*.pinterest.com.mx/*",
        "*://*.pinterest.com.mx/*"
      ],
      "run_at": "document_end",
      "js": [
        "scripts/content.js"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": []
}