Argo Tango Viewer

Argo! Tango Viewer...

Apa itu Argo Tango Viewer?

Argo Tango Viewer adalah ekstensi Chrome yang dikembangkan oleh http://tangoviewer.com, dan fitur utamanya adalah "Argo! Tango Viewer...".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Argo Tango Viewer

Unduh file ekstensi Argo Tango Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Argo Tango Viewer Argo Tango Viewer
ID lbbbkkajkeoebfnolonddodgaegcogol
URL Resmi https://chrome.google.com/webstore/detail/lbbbkkajkeoebfnolonddodgaegcogol
Deskripsi Argo! Tango Viewer...
Ukuran File 19.4 KB
Jumlah Instalasi 25
Versi Saat Ini 1.2
Terakhir Diperbarui 2017-06-03
Tanggal Publikasi 2017-06-03
Penilaian 5.00/5 Total 3 Penilaian
Pengembang http://tangoviewer.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://tangoviewer.com
URL Halaman Bantuan http://tangoviewer.com/ayuda
Bahasa yang Didukung 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"
    ]
}