4p's URL Expander

Right click a shortened link and expand it

What is 4p's URL Expander?

4p's URL Expander is a Chrome extension developed by 4p, and its main feature is "Right click a shortened link and expand it".

Extension Screenshots

screenshot

Download 4p's URL Expander Extension CRX File

Download 4p's URL Expander 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

                        This is a very simple "short URL expander". If you see a shortened/suspicious URL, you can right click it and "expand" it to see where the link would take you.

This uses "http://expandurl.com/" and will NOT open the shortened link, only a new tab showing the links redirects. All the hard work was done by "Gregg Hilferding". I just wanted a right click expander and nobody had made a working one.

Provided expandurl doesn't shut down, this should work just fine on most versions of chrome.

Limited to 100 "expands" per hour.                    

Extension Basic Information

Name 4p's URL Expander 4p's URL Expander
ID gldfamiablnblfgmflmlcbmimckdnlpj
Official URL https://chromewebstore.google.com/detail/4ps-url-expander/gldfamiablnblfgmflmlcbmimckdnlpj
Description Right click a shortened link and expand it
File Size 7.08 KB
Installation Count 79
Current Version 0.0.1
Last Updated 2017-06-30
Publish Date 2017-06-30
Developer 4p
Payment Type free
Extension Website http://expandurl.com/
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4p's URL Expander",
    "description": "Right click a shortened link and expand it",
    "version": "0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "popup.js"
        ]
    },
    "manifest_version": 2
}