Shortlink Extender

Shortlink Extender

A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shortlink Extender",
  "version": "0.5",
  "author": "StuartD - www.stuartd.co.uk",
  "description": "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.",
  "icons": {
    "128": "images/128-logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "extender.js"
      ]
    }
  ]
}