Unshorten URL

Unshorten URL

Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Unshorten URL",
  "version": "1",
  "description": "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "unshort-16.png",
    "48": "unshort-48.png",
    "128": "unshort-128.png"
  }
}