Shortlink Extender

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

What is Shortlink Extender?

Shortlink Extender is a Chrome extension developed by Stuart Davidson, and its main feature is "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.".

Extension Screenshots

screenshot
screenshot

Download Shortlink Extender Extension CRX File

Download Shortlink Extender 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

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

The extension will automatically scan the page upon the load to see if there are any of known shortlinks on the page before sending off and finding the true link.                    

Extension Basic Information

Name Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
Official URL https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
Description A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
File Size 7.82 KB
Installation Count 128
Current Version 0.5
Last Updated 2017-08-06
Publish Date 2017-08-06
Rating 3.00/5 Total 2 Ratings
Developer Stuart Davidson
Email [email protected]
Payment Type free
Extension Website http://www.stuartd.co.uk/
Supported Languages en-GB
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": [
                ""
            ],
            "js": [
                "extender.js"
            ]
        }
    ]
}