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
官方網址 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"
    ]
}