List View for Google Play Music

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

Apa itu List View for Google Play Music?

List View for Google Play Music adalah ekstensi Chrome yang dikembangkan oleh claflamme, dan fitur utamanya adalah "Converts Google Play Music's "Artist" and "Genre" views to a list.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi List View for Google Play Music

Unduh file ekstensi List View for Google Play Music 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

                                            

Informasi Dasar Ekstensi

Nama List View for Google Play Music List View for Google Play Music
ID dmjdfofgcjpbebhjpegjgjhejmohlnnb
URL Resmi https://chromewebstore.google.com/detail/list-view-for-google-play/dmjdfofgcjpbebhjpegjgjhejmohlnnb
Deskripsi Converts Google Play Music's "Artist" and "Genre" views to a list.
Ukuran File 3.31 KB
Jumlah Instalasi 43
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2014-08-08
Tanggal Publikasi 2014-08-07
Penilaian 1.00/5 Total 3 Penilaian
Pengembang claflamme
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}