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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.expandurl.net และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Expand URL

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}