SMG music display

An extension for SMG to show music of browser music players

ما هو SMG music display؟

SMG music display هو إضافة Chrome تم تطويرها بواسطة smgmusicdisplay، والميزة الرئيسية لها هي "An extension for SMG to show music of browser music players".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SMG music display

قم بتنزيل ملفات الامتداد SMG music display بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Click the icon to see what music is playing in your tabs, supports a multitude of music players, among others, YouTube, SoundCloud and Last.fm.

For more information, visit the site https://smgmusicdisplay.com                    

معلومات أساسية عن التمديد

الاسم SMG music display SMG music display
ID onebnnoonaadbbdoanmpehnfmhdolmgh
عنوان URL الرسمي https://chromewebstore.google.com/detail/smg-music-display/onebnnoonaadbbdoanmpehnfmhdolmgh
الوصف An extension for SMG to show music of browser music players
حجم الملف 311 KB
عدد التثبيتات 2,752
النسخة الحالية 1.60
آخر تحديث 2023-02-05
تاريخ النشر 2020-06-24
تقييم 3.50/5 مجموع تقييمات 10
المطور smgmusicdisplay
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://smgmusicdisplay.com/
عنوان صفحة المساعدة https://twitter.com/@smgmusicdisplay
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SMG music display",
    "description": "An extension for SMG to show music of browser music players",
    "version": "1.60",
    "browser_action": {
        "default_icon": "resources\/icon-60.png",
        "default_popup": "src\/groovemarklet.html"
    },
    "background": {
        "scripts": [
            "dist\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/smg-plugin-common\/dist\/smg_web.js",
                "src\/foreground.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ]
}