Argo Tango Viewer

Argo! Tango Viewer...

Argo Tango Viewer क्या है?

Argo Tango Viewer http://tangoviewer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Argo! Tango Viewer..."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Argo Tango Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}