Argo Tango Viewer
Argo! Tango Viewer...
Argo Tango Viewer là gì?
Argo Tango Viewer là một tiện ích mở rộng Chrome được phát triển bởi http://tangoviewer.com, và tính năng chính của nó là "Argo! Tango Viewer...".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Argo Tango Viewer
Tải xuống các tệp mở rộng Argo Tango Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lbbbkkajkeoebfnolonddodgaegcogol |
URL Chính Thức | https://chrome.google.com/webstore/detail/lbbbkkajkeoebfnolonddodgaegcogol |
Mô tả | Argo! Tango Viewer... |
Kích Thước Tệp | 19.4 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-06-03 |
Ngày Phát Hành | 2017-06-03 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://tangoviewer.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tangoviewer.com |
URL Trang Trợ Giúp | http://tangoviewer.com/ayuda |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |