Google Music Overhaul
A collection of fixes and improvements to enhance Google Music.
Google Music Overhaulคืออะไร?
Google Music Overhaul เป็นส่วนขยายของ Chrome ที่พัฒนาโดย reaverxai และคุณลักษณะหลักของมันคือ "A collection of fixes and improvements to enhance Google Music."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Music Overhaul
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |