Link Unshortener

Easily Unshorten any Url!

什么是Link Unshortener?

Link Unshortener是由https://linkunshorten.com开发的Chrome扩展程序,该扩展的主要功能是“Easily Unshorten any Url!”。

扩展截图

screenshot

下载Link Unshortener扩展crx文件

下载Link Unshortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Link Unshortener works in the background by automatically identifying short urls and will show you the final destination whenever your visit a short link. Open the extension to choose any domain you want to whitelist and not have Link Unshortener detect.

Features
* Protects user from potentially malicious or inappropriate site.
* Preview the destination url for any short url
* Add short domains to whitelist to be ignored
* See a screenshot preview of the site
* See entire redirect trace if url redirects multiple times                    

扩展基本信息

名称 Link Unshortener Link Unshortener
ID fpdpbfkdodkadhickmncmaaklaafpplm
官方URL https://chromewebstore.google.com/detail/link-unshortener/fpdpbfkdodkadhickmncmaaklaafpplm
简介 Easily Unshorten any Url!
文件大小 816 KB
安装次数 950
当前版本 1.0.5
更新时间 2023-09-05
上架时间 2020-04-08
评分 3.75/5 共12次评分
开发者 https://linkunshorten.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://linkunshorten.com/
帮助页面URL https://linkunshorten.com/
隐私政策页面URL https://t.ly/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "homepage_url": "https:\/\/timleland.com\/link-unshorten-extension\/",
    "name": "Link Unshortener",
    "version": "1.0.5",
    "icons": {
        "16": "img\/icons\/icon-16.png",
        "48": "img\/icons\/icon-48.png",
        "128": "img\/icons\/icon-128.png"
    },
    "description": "Easily Unshorten any Url!",
    "action": {
        "default_title": "Link Unshortener",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/on16.png",
            "32": "img\/on32.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ]
}