Argo Tango Viewer

Argo! Tango Viewer...

什么是Argo Tango Viewer?

Argo Tango Viewer是由http://tangoviewer.com开发的Chrome扩展程序,该扩展的主要功能是“Argo! Tango Viewer...”。

扩展截图

screenshot

下载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).                    

扩展基本信息

名称 Argo Tango Viewer Argo Tango Viewer
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
电子邮箱 [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"
    ]
}