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.」です。

拡張機能のスクリーンショット

screenshot

Google Music Overhaul拡張機能のCRXファイルをダウンロード

Google Music Overhaul拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}