Argo Tango Viewer
Argo! Tango Viewer...
Cos'è Argo Tango Viewer?
Argo Tango Viewer è un'estensione di Chrome sviluppata da http://tangoviewer.com, e la sua funzione principale è "Argo! Tango Viewer...".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Argo Tango Viewer
Scarica i file di estensione Argo Tango Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | |
ID | lbbbkkajkeoebfnolonddodgaegcogol |
URL Ufficiale | https://chrome.google.com/webstore/detail/lbbbkkajkeoebfnolonddodgaegcogol |
Descrizione | Argo! Tango Viewer... |
Dimensione del File | 19.4 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-06-03 |
Data di Pubblicazione | 2017-06-03 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | http://tangoviewer.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tangoviewer.com |
URL della Pagina di Aiuto | http://tangoviewer.com/ayuda |
Lingue Supportate | 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" ] } |