BiggerPic

BiggerPic

Takes you directly to the bigger picture on TinyPic.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BiggerPic",
  "description": "Takes you directly to the bigger picture on TinyPic.",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "version": "0.2",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://*.tinypic.com/*"
  ]
}