Argo Tango Viewer

Argo! Tango Viewer...

Что такое Argo Tango Viewer?

Argo Tango Viewer - это расширение Chrome, разработанное http://tangoviewer.com, и его основная функция - "Argo! Tango Viewer...".

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

screenshot

Скачать файл CRX расширения Argo Tango Viewer

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

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

                        Argo Tango Viewer is an App that let's you generate a custom visualization  to make the most of your events. Display in real time the name of the songs being played by the DJ as well as the Artist's name. You can also run ads.  In premium versions there is an option to display  artist's bio, artist's photo and custom messages (via dj console).                    

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

Название Argo Tango Viewer Argo Tango Viewer
ID lbbbkkajkeoebfnolonddodgaegcogol
Официальный URL https://chrome.google.com/webstore/detail/lbbbkkajkeoebfnolonddodgaegcogol
Описание Argo! Tango Viewer...
Размер файла 19.4 KB
Количество установок 25
Текущая Версия 1.2
Последнее Обновление 2017-06-03
Дата публикации 2017-06-03
Рейтинг 5.00/5 Всего 3 оценок
Разработчик http://tangoviewer.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://tangoviewer.com
URL страницы помощи http://tangoviewer.com/ayuda
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Argo Tango Viewer",
    "version": "1.2",
    "description": "Argo! Tango Viewer...",
    "manifest_version": 2,
    "incognito": "split",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "contextMenus",
        "*:\/\/www.tangoviewer.com\/*",
        "notifications"
    ]
}