Pin Toolbox - Pinterest Board Downloader

Pin Toolbox - Pinterest Board Downloader

Download full size images + videos from Pinterest boards. Bulk download / select pictures, videos & gifs. Save as zip, pdf or print.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00d050d5.png",
    "32": "icon32.plasmo.12011c1c.png",
    "48": "icon48.plasmo.90ee789e.png",
    "64": "icon64.plasmo.0b455798.png",
    "128": "icon128.plasmo.0ff55247.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00d050d5.png",
      "32": "icon32.plasmo.12011c1c.png",
      "48": "icon48.plasmo.90ee789e.png",
      "64": "icon64.plasmo.0b455798.png",
      "128": "icon128.plasmo.0ff55247.png"
    }
  },
  "version": "1.9.3",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://pintoolbox.com/login-with-email?*"
      ],
      "js": [
        "login-modal.7b5ac62e.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "pinterest-modal.04e13a15.js"
      ],
      "exclude_matches": [
        "https://pintoolbox.com/login-with-email?*"
      ],
      "css": []
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "*.map"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "https://pintoolbox.com/*"
      ],
      "resources": [
        "generate-pdf-task.83a7ee4b.js",
        "html2canvas.9809ff7a.js",
        "purify.aec6face.js",
        "index.es.69d6913f.js",
        "generate-zip-task.a74adf85.js",
        "login-modal.30d76444.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "generate-pdf-task.83a7ee4b.js",
        "html2canvas.9809ff7a.js",
        "purify.aec6face.js",
        "index.es.69d6913f.js",
        "generate-zip-task.a74adf85.js",
        "login-modal.30d76444.css"
      ]
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "*://*/*",
    "https://*.gstatic.com/*",
    "https://*.google.com/*"
  ],
  "externally_connectable": {
    "matches": []
  }
}