Argo Tango Viewer

Argo! Tango Viewer...

Argo Tango Viewerคืออะไร?

Argo Tango Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tangoviewer.com และคุณลักษณะหลักของมันคือ "Argo! Tango Viewer..."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Argo Tango Viewer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}