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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}