List View for Google Play Music
Converts Google Play Music's "Artist" and "Genre" views to a list.
Co to jest List View for Google Play Music?
List View for Google Play Music to rozszerzenie Chrome opracowane przez claflamme, a jego główną funkcją jest „Converts Google Play Music's "Artist" and "Genre" views to a list.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia List View for Google Play Music
Pobierz pliki rozszerzeń 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dmjdfofgcjpbebhjpegjgjhejmohlnnb |
| Oficjalny URL | https://chromewebstore.google.com/detail/list-view-for-google-play/dmjdfofgcjpbebhjpegjgjhejmohlnnb |
| Opis | Converts Google Play Music's "Artist" and "Genre" views to a list. |
| Rozmiar pliku | 3.31 KB |
| Liczba instalacji | 43 |
| Aktualna Wersja | 0.1.2 |
| Ostatnia Aktualizacja | 2014-08-08 |
| Data Publikacji | 2014-08-07 |
| Ocena | 1.00/5 Łącznie 3 Oceny |
| Deweloper | claflamme |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |