PinDown

Download and save full size images from Pinterest / Instagram / Tumblr / Behance to a folder

PinDown là gì?

PinDown là một tiện ích mở rộng Chrome được phát triển bởi reActor, và tính năng chính của nó là "Download and save full size images from Pinterest / Instagram / Tumblr / Behance to a folder".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PinDown

Tải xuống các tệp mở rộng PinDown dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        PinDown supports for now:
● Pinterest.com
● [reconstruction] Instagram.com
● [reconstruction] Tumblr.com
● [reconstruction] Behance.net

Pinterest supported pages:
      - Boards
      - Board sections
      - Created pins
      - Main feed page
      - Search pages
      - Self-owned pins
      - Related pins
      - Source (domain) pages
      - Categories & topics pages
      - Following feed

Behance supported pages:
      - simple gallery page
      - artist projects page
      - artist collection page
      - artist appreciated page
      - behance search pages
      - behance featured
      - behance galleries

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
HAVE PROBLEMS?
Follow chrome-extension://flieckppkcgagklbnnhnkkeladdghogp/install.html
or send a bug.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Mini FAQ:
Q: "Server error" when downloading images.
A: You are using FriGate proxy extension or something like that. There is some problems with that extension when downloading images. Try to using Browsec.

Q: PinDown icon says "PinDown -not active-".
A: Try to reload page (F5).
Check page status at bottom: if you see the text "Waiting for awailable socket..." - you must restart browser or system (your system has no free sockets for browser -> site can't load -> extension waiting for site and busy)

Q: Board pin number is 156 but folder with images contains only 145. Why?
A: Some boards have pin duplicates and will not be saved.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Privacy Policy: http://pindown.tk/
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Pinterest™ is a trademark of Pinterest, registered in the U.S. and other countries. PinDown is an independent project and has no relationship to Pinterest.

PinDown is not related to image authors, does not store, does not cache, does not transfer these images anywhere besides Chrome Browser.

Please remember that any image has its own author!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PinDown PinDown
ID flieckppkcgagklbnnhnkkeladdghogp
URL Chính Thức https://chrome.google.com/webstore/detail/pindown/flieckppkcgagklbnnhnkkeladdghogp
Mô tả Download and save full size images from Pinterest / Instagram / Tumblr / Behance to a folder
Kích Thước Tệp 1020 KB
Số Lần Cài Đặt 33,092
Phiên Bản Hiện Tại 1.1.34
Cập Nhật Lần Cuối 2021-05-17
Ngày Phát Hành 2019-06-01
Đánh Giá 3.48/5 Tổng số 164 Đánh Giá
Nhà Phát Triển reActor
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pindown.tk/
URL Trang Trợ Giúp https://chrome.google.com/webstore/detail/pindown/flieckppkcgagklbnnhnkkeladdghogp/support
URL Trang Chính Sách Bảo Mật https://pindown.org/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "name": "PinDown",
    "short_name": "PinDown - mass board images downloader",
    "description": "Download and save full size images from Pinterest \/ Instagram \/ Tumblr \/ Behance to a folder",
    "icons": {
        "128": "icons\/favicon-128x128.png",
        "96": "icons\/favicon-96x96.png",
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "62.0.0.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.pinterest.com\/; object-src 'self'; img-src 'self'",
    "web_accessible_resources": [
        "helpers\/shared.js",
        "helpers\/foreground.js",
        "adapters\/*",
        "css\/*",
        "images\/*",
        "lib\/percentageloader\/*",
        "lib\/raven.js",
        "lib\/crypto-js\/crypto-js.js",
        "options.js",
        "pinsaver.js"
    ],
    "externally_connectable": {
        "ids": [
            "hojoabneemdhaakgfkmiaeafjjlcaebp",
            "fdpnmpcakcmbhadobpeddinibijpellp"
        ],
        "accepts_tls_channel_id": false
    },
    "background": {
        "permissions": [
            "*:\/\/*\/*"
        ],
        "scripts": [
            "options.js",
            "helpers\/shared.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/percentageloader\/percentageloader-0.2.js",
                "helpers\/shared.js",
                "helpers\/foreground.js",
                "adapters\/pinterest.js",
                "adapters\/sx.js",
                "pinsaver.js"
            ],
            "css": [
                "css\/pinsaver.css"
            ],
            "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\/*",
                "*:\/\/instagram.com\/*",
                "*:\/\/www.instagram.com\/*",
                "*:\/\/*.tumblr.com\/*",
                "*:\/\/www.behance.net\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "lib\/raven.js"
            ],
            "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\/*",
                "*:\/\/instagram.com\/*",
                "*:\/\/www.instagram.com\/*",
                "*:\/\/*.tumblr.com\/*",
                "*:\/\/www.behance.net\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "lib\/crypto-js\/crypto-js.js",
                "adapters\/instagram.js"
            ],
            "matches": [
                "*:\/\/instagram.com\/*",
                "*:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "adapters\/tumblr.js"
            ],
            "matches": [
                "*:\/\/*.tumblr.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "adapters\/behance.js"
            ],
            "matches": [
                "*:\/\/www.behance.net\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "lib\/percentageloader\/percentageloader-0.2.js",
                "helpers\/shared.js",
                "helpers\/foreground.js",
                "adapters\/sx.js",
                "pinsaver.js"
            ],
            "css": [
                "css\/pinsaver.css"
            ],
            "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\/*",
                "*:\/\/instagram.com\/*",
                "*:\/\/www.instagram.com\/*",
                "*:\/\/*.tumblr.com\/*",
                "*:\/\/www.behance.net\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "downloads",
        "storage",
        "*:\/\/*.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\/*",
        "*:\/\/instagram.com\/*",
        "*:\/\/www.instagram.com\/*",
        "*:\/\/*.tumblr.com\/*",
        "*:\/\/www.behance.net\/*"
    ],
    "browser_action": {
        "default_title": "PinDown -not active-",
        "default_icon": {
            "19": "icons\/favicon-32x32.png",
            "38": "icons\/favicon-96x96.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.34"
}