Unshorten URL

Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others

Что такое Unshorten URL?

Unshorten URL - это расширение Chrome, разработанное tiltbit, и его основная функция - "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others".

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

screenshot

Скачать файл CRX расширения Unshorten URL

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

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

                                            

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

Название Unshorten URL Unshorten URL
ID kjhnnpddmfabiciiipggfcmmpciinjap
Официальный URL https://chromewebstore.google.com/detail/unshorten-url/kjhnnpddmfabiciiipggfcmmpciinjap
Описание Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others
Размер файла 8.68 KB
Количество установок 132
Текущая Версия 1
Последнее Обновление 2017-08-23
Дата публикации 2017-08-23
Рейтинг 3.00/5 Всего 2 оценок
Разработчик tiltbit
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unshorten URL",
    "version": "1",
    "description": "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "unshort-16.png",
        "48": "unshort-48.png",
        "128": "unshort-128.png"
    }
}