Argo Tango Viewer

Argo! Tango Viewer...

O que é Argo Tango Viewer?

Argo Tango Viewer é uma extensão do Chrome desenvolvida por http://tangoviewer.com, e sua principal característica é "Argo! Tango Viewer...".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Argo Tango Viewer

Baixe arquivos de extensão Argo Tango Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Argo Tango Viewer Argo Tango Viewer
ID lbbbkkajkeoebfnolonddodgaegcogol
URL Oficial https://chrome.google.com/webstore/detail/lbbbkkajkeoebfnolonddodgaegcogol
Descrição Argo! Tango Viewer...
Tamanho do Arquivo 19.4 KB
Contagem de Instalações 25
Versão Atual 1.2
Última Atualização 2017-06-03
Data de Publicação 2017-06-03
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor http://tangoviewer.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://tangoviewer.com
URL da Página de Ajuda http://tangoviewer.com/ayuda
Idiomas Suportados 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"
    ]
}