Argo Tango Viewer

Argo! Tango Viewer...

Co to jest Argo Tango Viewer?

Argo Tango Viewer to rozszerzenie Chrome opracowane przez http://tangoviewer.com, a jego główną funkcją jest „Argo! Tango Viewer...”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Argo Tango Viewer

Pobierz pliki rozszerzeń Argo Tango Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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).                    

Podstawowe informacje o rozszerzeniu

Nazwa Argo Tango Viewer Argo Tango Viewer
ID lbbbkkajkeoebfnolonddodgaegcogol
Oficjalny URL https://chrome.google.com/webstore/detail/lbbbkkajkeoebfnolonddodgaegcogol
Opis Argo! Tango Viewer...
Rozmiar pliku 19.4 KB
Liczba instalacji 25
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2017-06-03
Data Publikacji 2017-06-03
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper http://tangoviewer.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://tangoviewer.com
Adres URL Strony Pomocy http://tangoviewer.com/ayuda
Obsługiwane Języki 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"
    ]
}