List View for Google Play Music
Converts Google Play Music's "Artist" and "Genre" views to a list.
Wat is List View for Google Play Music?
List View for Google Play Music is een Chrome-extensie ontwikkeld door claflamme, en de belangrijkste functie is "Converts Google Play Music's "Artist" and "Genre" views to a list.".
Extensie Screenshots
Download het CRX-bestand van de extensie List View for Google Play Music
Download List View for Google Play Music-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | dmjdfofgcjpbebhjpegjgjhejmohlnnb |
| Officiële URL | https://chromewebstore.google.com/detail/list-view-for-google-play/dmjdfofgcjpbebhjpegjgjhejmohlnnb |
| Beschrijving | Converts Google Play Music's "Artist" and "Genre" views to a list. |
| Bestandsgrootte | 3.31 KB |
| Aantal Installaties | 43 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2014-08-08 |
| Publicatiedatum | 2014-08-07 |
| Beoordeling | 1.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | claflamme |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |