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.

What is Pin Toolbox - Pinterest Board Downloader?

Pin Toolbox - Pinterest Board Downloader is a Chrome extension developed by https://pintoolbox.com, and its main feature is "Download full size images + videos from Pinterest boards. Bulk download / select pictures, videos & gifs. Save as zip, pdf or print.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Pin Toolbox - Pinterest Board Downloader Extension CRX File

Download Pin Toolbox - Pinterest Board Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Please note: Pin Toolbox is a paid Chrome extension. When you add it to Chrome it will be available in free demo mode - limited to the first 15 pins of any board. Upgrade to Pro to unlock unlimited downloading.

Are you tired of wasting time downloading Pinterest images one by one? With Pin Toolbox you can easily download any Pinterest board with just a few clicks.

Pin Toolbox is the Pinterest downloader used by Pinterest power users. Whether you're an interior designer, stylist, or creative professional, Pin Toolbox can save you time and streamline your Pinterest workflow.

Here's how it works:
1. Install the Pin Toolbox extension in your browser.
2. Visit any board on Pinterest that you wish to download from.
3. Open Pin Toolbox, and it will extract all the images and videos from the board.
4. Select your favorite pins or select all of them at once. You can also select by board section.
5. Click the download button, and all the selected files will be saved to a single .zip folder with smart file naming and numbering for easy import into Adobe Photoshop, InDesign, or Canva.


Features:
- Bulk download whole Pinterest boards or select specific images and videos.
- Save full-size photos and videos.
- Download sections of Pinterest boards.
- Download over 5000 pins at a time (Pro users).
- Download to a .zip folder or as a PDF.
- Print Pinterest boards
- Smart file naming and numbering for easy import into Adobe Photoshop, InDesign, or Canva.

Streamline your Pinterest workflow and save time with Pin Toolbox. By using our extension, you agree to our privacy policy (https://pintoolbox.com/privacy). 

Pin Toolbox is not affiliated with Pinterest, Inc. All Rights Reserved. © 2023 Pin Toolbox.                    

Extension Basic Information

Name Pin Toolbox - Pinterest Board Downloader Pin Toolbox - Pinterest Board Downloader
ID dcbgifpfidkhblnocnmkgjglblfmefna
Official URL https://chromewebstore.google.com/detail/pin-toolbox-pinterest-boa/dcbgifpfidkhblnocnmkgjglblfmefna
Description Download full size images + videos from Pinterest boards. Bulk download / select pictures, videos & gifs. Save as zip, pdf or print.
File Size 7.36 MB
Installation Count 7,000
Current Version 1.7.1
Last Updated 2024-02-27
Publish Date 2023-01-18
Rating 3.94/5 Total 83 Ratings
Developer https://pintoolbox.com
Email [email protected]
Payment Type in_app
Extension Website https://pintoolbox.com
Help Page URL https://pintoolbox.com/user-guide
Privacy Policy Page URL https://pintoolbox.com/privacy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
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.7.1",
    "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": [
                ""
            ],
            "js": [
                "pinterest-modal.04e13a15.js"
            ],
            "exclude_matches": [
                "https:\/\/pintoolbox.com\/login-with-email?*"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "*.map"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/pintoolbox.com\/*"
            ],
            "resources": [
                "generate-pdf-task.83a7ee4b.js",
                "html2canvas.9809ff7a.js",
                "purify.aec6face.js",
                "index.es.69d6913f.js",
                "zip-supervisor.0f92566b.js",
                "login-modal.30d76444.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "generate-pdf-task.83a7ee4b.js",
                "html2canvas.9809ff7a.js",
                "purify.aec6face.js",
                "index.es.69d6913f.js",
                "zip-supervisor.0f92566b.js",
                "login-modal.30d76444.css"
            ]
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/*.gstatic.com\/*",
        "https:\/\/*.google.com\/*"
    ],
    "externally_connectable": {
        "matches": []
    }
}