Link Unshortener

Easily Unshorten any Url!

Link Unshortener là gì?

Link Unshortener là một tiện ích mở rộng Chrome được phát triển bởi https://linkunshorten.com, và tính năng chính của nó là "Easily Unshorten any Url!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Link Unshortener

Tải xuống các tệp mở rộng Link Unshortener dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Link Unshortener Link Unshortener
ID fpdpbfkdodkadhickmncmaaklaafpplm
URL Chính Thức https://chromewebstore.google.com/detail/link-unshortener/fpdpbfkdodkadhickmncmaaklaafpplm
Mô tả Easily Unshorten any Url!
Kích Thước Tệp 816 KB
Số Lần Cài Đặt 950
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-09-05
Ngày Phát Hành 2020-04-08
Đánh Giá 3.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://linkunshorten.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://linkunshorten.com/
URL Trang Trợ Giúp https://linkunshorten.com/
URL Trang Chính Sách Bảo Mật https://t.ly/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}