Expand URL

Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.

什麼是Expand URL?

Expand URL是由https://www.expandurl.net開發的Chrome擴展程式,該擴展的主要功能是“Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.”。

擴展截圖

screenshot
screenshot

下載Expand URL擴展crx文件

下載Expand URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Expand URL is an extension that will show you the final destination of a shortened link.
Very easy to use, just right click on a shortened link and select 'View Expanded URL', this will then open a new tab and show you where the expanded link will take you. Will also show you more information of the destination link, so that you can determine if that is the link that you would like to visit.
Another advantage to this extension, you can also check to see if a regular link will redirect you to a completely different link.
This extension works with the majority of shortened URLs.
We hope you enjoy using this extension.                    

擴展基本資訊

名稱 Expand URL Expand URL
ID ebaodioakieednoflghllnidpolibkli
官方網址 https://chromewebstore.google.com/detail/expand-url/ebaodioakieednoflghllnidpolibkli
簡介 Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.
檔案大小 10.65 KB
安裝次數 859
目前版本 1.1
更新時間 2023-05-16
上架時間 2021-12-22
評分 5.00/5 共 1 次評分
開發者 https://www.expandurl.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.expandurl.net
說明頁面URL https://www.expandurl.net/contact
隱私政策頁面URL https://www.expandurl.net/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expand URL",
    "description": "Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}