Argo Tango Viewer
Argo! Tango Viewer...
什麼是Argo Tango Viewer?
Argo Tango Viewer是由http://tangoviewer.com開發的Chrome擴展程式,該擴展的主要功能是“Argo! Tango Viewer...”。
擴展截圖
下載Argo Tango Viewer擴展crx文件
下載Argo Tango Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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).
擴展基本資訊
名稱 | |
ID | lbbbkkajkeoebfnolonddodgaegcogol |
官方網址 | https://chrome.google.com/webstore/detail/lbbbkkajkeoebfnolonddodgaegcogol |
簡介 | Argo! Tango Viewer... |
檔案大小 | 19.4 KB |
安裝次數 | 25 |
目前版本 | 1.2 |
更新時間 | 2017-06-03 |
上架時間 | 2017-06-03 |
評分 | 5.00/5 共 3 次評分 |
開發者 | http://tangoviewer.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://tangoviewer.com |
說明頁面URL | http://tangoviewer.com/ayuda |
支援的語言 | 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" ] } |