Penguin's Pinterest Downloader

Download an Pinterest Pin

What is Penguin's Pinterest Downloader?

Penguin's Pinterest Downloader is a Chrome extension developed by quarbby, and its main feature is "Download an Pinterest Pin".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Penguin's Pinterest Downloader Extension CRX File

Download Penguin's Pinterest 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

                        Download Pinterest Pins to your browser in a click!                    

Extension Basic Information

Name Penguin's Pinterest Downloader Penguin's Pinterest Downloader
ID ejnpbbnegekheffpbkhljmllegglapfh
Official URL https://chrome.google.com/webstore/detail/penguins-pinterest-downlo/ejnpbbnegekheffpbkhljmllegglapfh
Description Download an Pinterest Pin
File Size 78.97 KB
Installation Count 2,000
Current Version 1.2
Last Updated 2015-05-09
Publish Date 2015-05-09
Rating 1.94/5 Total 16 Ratings
Developer quarbby
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Penguin's Pinterest Downloader",
    "short_name": "Penguin Pins",
    "description": "Download an Pinterest Pin",
    "icons": {
        "128": "logo.png"
    },
    "version": "1.2",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html",
        "default_title": "Pinterest Downloader"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.pinterest.com\/; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/www.pinterest.com\/pin\/*\/",
        "http:\/\/*\/"
    ]
}