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 |
官方網址 | 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" ] } ] } |