Artists List View for Google Play Music

Displays the Artists page in Google Play Music as a more compact list.

Co to jest Artists List View for Google Play Music?

Artists List View for Google Play Music to rozszerzenie Chrome opracowane przez Steven Jackson, a jego główną funkcją jest „Displays the Artists page in Google Play Music as a more compact list.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Artists List View for Google Play Music

Pobierz pliki rozszerzeń Artists List View for Google Play Music w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Modifies Google Play Music's artist page to display artists in a list instead of a large grid of icons.

This is a simple extension that just provides an alternate CSS style for the artists page. It should maintain all of the functionality of the original page.

If you have an issues or feature requests please post them here: https://github.com/stevosaurus/GooglePlayMusicArtistsListView/issues

This extension is in no way associated with Google or the Google Play Music service.                    

Podstawowe informacje o rozszerzeniu

Nazwa Artists List View for Google Play Music Artists List View for Google Play Music
ID kkcjpbjomkbegamioefdeeccolndhhdd
Oficjalny URL https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd
Opis Displays the Artists page in Google Play Music as a more compact list.
Rozmiar pliku 8.06 KB
Liczba instalacji 142
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2017-02-07
Data Publikacji 2017-02-07
Ocena 4.29/5 Łącznie 7 Oceny
Deweloper Steven Jackson
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Artists List View for Google Play Music",
    "version": "1.0.0",
    "description": "Displays the Artists page in Google Play Music as a more compact list.",
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music\/*"
            ],
            "css": [
                "compactliststyles.css"
            ]
        }
    ]
}