iLoveLongURL.com

Expand Short URL to Long URL in a Fly

iLoveLongURL.com là gì?

iLoveLongURL.com là một tiện ích mở rộng Chrome được phát triển bởi https://www.ilovelongurl.com, và tính năng chính của nó là "Expand Short URL to Long URL in a Fly".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng iLoveLongURL.com 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

                        I Love Long URL Protects You From Malicious Links.

‘ILoveLongURL’ essentially reverse engineers a shortened URL, giving you not only the original ‘long’ URL, but also user ratings of the website based on its trustworthiness, vendor reliability, privacy and even child safety. The interface is dead simple, and returns accurate results within seconds. The service uses the LongUrl.org API to bring back the original URL and uses ratings from the Web of Trust (WOB), a free, community based tool to rank websites on their safety and reliability.                    

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

Tên iLoveLongURL.com iLoveLongURL.com
ID mmmgneifcacmblfokjahhkgaihboooee
URL Chính Thức https://chromewebstore.google.com/detail/ilovelongurlcom/mmmgneifcacmblfokjahhkgaihboooee
Mô tả Expand Short URL to Long URL in a Fly
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2012-06-01
Ngày Phát Hành 2012-06-01
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.ilovelongurl.com
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.ilovelongurl.com/harmfulurl.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iLoveLongURL.com",
    "version": "2.0.0",
    "description": "Expand Short URL to Long URL in a Fly",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "imageinfo-16.png",
        "48": "imageinfo-48.png",
        "128": "imageinfo-128.png"
    },
    "manifest_version": 2
}