ShortLink Decode

This extensions help decode the short link into the original link

What is ShortLink Decode?

ShortLink Decode is a Chrome extension developed by https://tienich.xyz, and its main feature is "This extensions help decode the short link into the original link".

Extension Screenshots

screenshot

Download ShortLink Decode Extension CRX File

Download ShortLink Decode 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 extensions help decode the short link into the original link on web page                    

Extension Basic Information

Name ShortLink Decode ShortLink Decode
ID clcgakfkgdhbcmpkgmhmoapjdiffgfia
Official URL https://chromewebstore.google.com/detail/shortlink-decode/clcgakfkgdhbcmpkgmhmoapjdiffgfia
Description This extensions help decode the short link into the original link
File Size 18.34 KB
Installation Count 149
Current Version 1.2
Last Updated 2019-05-15
Publish Date 2019-05-09
Rating 4.00/5 Total 4 Ratings
Developer https://tienich.xyz
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShortLink Decode",
    "description": "This extensions help decode the short link into the original link",
    "version": "1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}