Argo Tango Viewer

Argo! Tango Viewer...

Qu'est-ce que Argo Tango Viewer ?

Argo Tango Viewer est une extension Chrome développée par http://tangoviewer.com, et sa fonction principale est "Argo! Tango Viewer...".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Argo Tango Viewer

Téléchargez les fichiers d'extension Argo Tango Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Argo Tango Viewer Argo Tango Viewer
ID lbbbkkajkeoebfnolonddodgaegcogol
URL Officiel https://chrome.google.com/webstore/detail/lbbbkkajkeoebfnolonddodgaegcogol
Description Argo! Tango Viewer...
Taille du Fichier 19.4 KB
Nombre d'Installations 25
Version Actuelle 1.2
Dernière Mise à Jour 2017-06-03
Date de Publication 2017-06-03
Évaluation 5.00/5 Total 3 Évaluations
Développeur http://tangoviewer.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://tangoviewer.com
URL de la Page d'Aide http://tangoviewer.com/ayuda
Langues Prises en Charge 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"
    ]
}