Argo Tango Viewer
Argo! Tango Viewer...
Wat is Argo Tango Viewer?
Argo Tango Viewer is een Chrome-extensie ontwikkeld door http://tangoviewer.com, en de belangrijkste functie is "Argo! Tango Viewer...".
Extensie Screenshots
Download het CRX-bestand van de extensie Argo Tango Viewer
Download Argo Tango Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | |
ID | lbbbkkajkeoebfnolonddodgaegcogol |
Officiële URL | https://chrome.google.com/webstore/detail/lbbbkkajkeoebfnolonddodgaegcogol |
Beschrijving | Argo! Tango Viewer... |
Bestandsgrootte | 19.4 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-06-03 |
Publicatiedatum | 2017-06-03 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://tangoviewer.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://tangoviewer.com |
Help Pagina-URL | http://tangoviewer.com/ayuda |
Ondersteunde Talen | 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" ] } |