Google Music Overhaul
A collection of fixes and improvements to enhance Google Music.
什么是Google Music Overhaul?
Google Music Overhaul是由reaverxai开发的Chrome扩展程序,该扩展的主要功能是“A collection of fixes and improvements to enhance Google Music.”。
扩展截图
下载Google Music Overhaul扩展crx文件
下载Google Music Overhaul扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Google Music has problems. We aim to fix them.
扩展基本信息
名称 | Google Music Overhaul |
ID | jdecdengchcfpmphclmaijgenneandoi |
官方URL | https://chromewebstore.google.com/detail/google-music-overhaul/jdecdengchcfpmphclmaijgenneandoi |
简介 | A collection of fixes and improvements to enhance Google Music. |
文件大小 | 191 KB |
安装次数 | 29 |
当前版本 | 0.3.7 |
更新时间 | 2017-02-01 |
上架时间 | 2017-02-01 |
评分 | 3.00/5 共2次评分 |
开发者 | reaverxai |
付费类型 | free |
扩展官网 | http://www.reaverxai.com/GMO |
支持的语言 | 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" ] } ] } |