Pinterest Palooza

Pinterest Palooza

Click Pin's thumbnail image to visit source website! Easy peasy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*"
      ],
      "js": [
        "pinterest-direct.user.js"
      ],
      "matches": [
        "http://*.pinterest.com/*",
        "https://*.pinterest.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "Click Pin's thumbnail image to visit source website! Easy peasy!",
  "name": "Pinterest Palooza",
  "short_name": "PinPalooza",
  "version": "1.1.4",
  "author": "Corey Meredith",
  "homepage_url": "http://halfduplex.us/"
}