Google Music Overhaul
A collection of fixes and improvements to enhance Google Music.
Google Music Overhaul là gì?
Google Music Overhaul là một tiện ích mở rộng Chrome được phát triển bởi reaverxai, và tính năng chính của nó là "A collection of fixes and improvements to enhance Google Music.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Music Overhaul
Tải xuống các tệp mở rộng Google Music Overhaul dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Google Music has problems. We aim to fix them.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Music Overhaul |
ID | jdecdengchcfpmphclmaijgenneandoi |
URL Chính Thức | https://chromewebstore.google.com/detail/google-music-overhaul/jdecdengchcfpmphclmaijgenneandoi |
Mô tả | A collection of fixes and improvements to enhance Google Music. |
Kích Thước Tệp | 191 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 0.3.7 |
Cập Nhật Lần Cuối | 2017-02-01 |
Ngày Phát Hành | 2017-02-01 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | reaverxai |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.reaverxai.com/GMO |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |