iLoveLongURL.com

Expand Short URL to Long URL in a Fly

Что такое iLoveLongURL.com?

iLoveLongURL.com - это расширение Chrome, разработанное https://www.ilovelongurl.com, и его основная функция - "Expand Short URL to Long URL in a Fly".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения iLoveLongURL.com

Скачайте файлы расширений iLoveLongURL.com в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название iLoveLongURL.com iLoveLongURL.com
ID mmmgneifcacmblfokjahhkgaihboooee
Официальный URL https://chromewebstore.google.com/detail/ilovelongurlcom/mmmgneifcacmblfokjahhkgaihboooee
Описание Expand Short URL to Long URL in a Fly
Размер файла 139 KB
Количество установок 46
Текущая Версия 2.0.0
Последнее Обновление 2012-06-01
Дата публикации 2012-06-01
Рейтинг 4.00/5 Всего 1 оценок
Разработчик https://www.ilovelongurl.com
Тип оплаты free
URL страницы помощи http://www.ilovelongurl.com/harmfulurl.html
Поддерживаемые языки 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
}