Link Unshortener

Easily Unshorten any Url!

Link Unshortenerคืออะไร?

Link Unshortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linkunshorten.com และคุณลักษณะหลักของมันคือ "Easily Unshorten any Url!"

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}