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 |
公式URL | 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 |
Eメール | [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" ] } |