Google Music Overhaul
A collection of fixes and improvements to enhance Google Music.
Was ist Google Music Overhaul?
Google Music Overhaul ist eine Chrome-Erweiterung, die von reaverxai entwickelt wurde, und ihr Hauptmerkmal ist "A collection of fixes and improvements to enhance Google Music.".
Erweiterungsscreenshots
Google Music Overhaul-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Music Overhaul-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Google Music has problems. We aim to fix them.
Grundlegende Informationen zur Erweiterung
Name | Google Music Overhaul |
ID | jdecdengchcfpmphclmaijgenneandoi |
Offizielle URL | https://chromewebstore.google.com/detail/google-music-overhaul/jdecdengchcfpmphclmaijgenneandoi |
Beschreibung | A collection of fixes and improvements to enhance Google Music. |
Dateigröße | 191 KB |
Installationsanzahl | 29 |
Aktuelle Version | 0.3.7 |
Letztes Update | 2017-02-01 |
Veröffentlichungsdatum | 2017-02-01 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | reaverxai |
Zahlungsart | free |
Erweiterungswebsite | http://www.reaverxai.com/GMO |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Music Overhaul", "version": "0.3.7", "manifest_version": 2, "description": "A collection of fixes and improvements to enhance Google Music.", "homepage_url": "http:\/\/reaverxai.com\/GMO", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "src\/options_custom\/index.html", "permissions": [ "http:\/\/play.google.com\/music\/listen*", "https:\/\/play.google.com\/music\/listen*", "http:\/\/music.google.com\/music\/listen*", "https:\/\/music.google.com\/music\/listen*" ], "content_scripts": [ { "matches": [ "http:\/\/play.google.com\/music\/listen*", "https:\/\/play.google.com\/music\/listen*", "http:\/\/music.google.com\/music\/listen*", "https:\/\/music.google.com\/music\/listen*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "js\/jquery\/jquery.js", "src\/inject\/inject.js" ] }, { "matches": [ "http:\/\/play.google.com\/music\/listen*", "https:\/\/play.google.com\/music\/listen*", "http:\/\/music.google.com\/music\/listen*", "https:\/\/music.google.com\/music\/listen*" ], "js": [ "js\/jquery\/jquery.js", "src\/inject\/inject.js" ], "rut_at": [ "document_start" ] } ] } |