List View for Google Play Music

Converts Google Play Music's "Artist" and "Genre" views to a list.

ما هو List View for Google Play Music؟

List View for Google Play Music هو إضافة Chrome تم تطويرها بواسطة claflamme، والميزة الرئيسية لها هي "Converts Google Play Music's "Artist" and "Genre" views to a list.".

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

screenshot

تحميل ملف CRX للإضافة List View for Google Play Music

قم بتنزيل ملفات الامتداد List View for Google Play Music بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

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

الاسم List View for Google Play Music List View for Google Play Music
ID dmjdfofgcjpbebhjpegjgjhejmohlnnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/list-view-for-google-play/dmjdfofgcjpbebhjpegjgjhejmohlnnb
الوصف Converts Google Play Music's "Artist" and "Genre" views to a list.
حجم الملف 3.31 KB
عدد التثبيتات 43
النسخة الحالية 0.1.2
آخر تحديث 2014-08-08
تاريخ النشر 2014-08-07
تقييم 1.00/5 مجموع تقييمات 3
المطور claflamme
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "List View for Google Play Music",
    "short_name": "GM List View",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Converts Google Play Music's \"Artist\" and \"Genre\" views to a list.",
    "homepage_url": "https:\/\/github.com\/claflamme\/Google-Music-List-View",
    "permissions": [
        "https:\/\/play.google.com\/music\/listen"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music\/listen"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}