Argo Tango Viewer
Argo! Tango Viewer...
Co je Argo Tango Viewer?
Argo Tango Viewer je rozšíření Chrome vyvinuté http://tangoviewer.com, a jeho hlavní funkcí je „Argo! Tango Viewer...“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Argo Tango Viewer
Stáhněte si soubory rozšíření Argo Tango Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | |
ID | lbbbkkajkeoebfnolonddodgaegcogol |
Oficiální URL | https://chrome.google.com/webstore/detail/lbbbkkajkeoebfnolonddodgaegcogol |
Popis | Argo! Tango Viewer... |
Velikost souboru | 19.4 KB |
Počet instalací | 25 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2017-06-03 |
Datum Vydání | 2017-06-03 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | http://tangoviewer.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://tangoviewer.com |
URL Stránky Nápovědy | http://tangoviewer.com/ayuda |
Podporované Jazyky | 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" ] } |