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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Music Overhaul

قم بتنزيل ملفات الامتداد Google Music Overhaul بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Google Music has problems. We aim to fix them.                    

معلومات أساسية عن التمديد

الاسم Google Music Overhaul 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"
            ]
        }
    ]
}