Chime

Adds new features to Google Music Web Player

Chimeとは何ですか?

Chimeはmindfreakthemonによって開発されたChromeの拡張機能で、その主な機能は「Adds new features to Google Music Web Player」です。

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

screenshot

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

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

拡張機能の使用方法

                        Enhancing Play Music experience.

Features:
* Lyrics support
* Dark theme
* Rich notifications
* Last.fm now playing / scrobbling support
* Some modifications to the player (toggling the hero image only for now)

Need anything else? Suggest right away!                    

拡張機能の基本情報

名前 Chime Chime
ID ogdpmmimhibedpodeohgifmjgalhfmej
公式URL https://chromewebstore.google.com/detail/chime/ogdpmmimhibedpodeohgifmjgalhfmej
説明 Adds new features to Google Music Web Player
ファイルサイズ 6 MB
インストール数 74
現在のバージョン 0.3.3
最終更新日 2016-03-28
公開日 2016-03-27
評価 4.89/5 合計 9 レビュー
開発者 mindfreakthemon
支払い方法 free
拡張機能のウェブサイト https://github.com/mindfreakthemon/chime
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chime",
    "version": "0.3.3",
    "author": "Vitalii Rakovtsii ",
    "description": "Adds new features to Google Music Web Player",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon.png"
    },
    "minimum_chrome_version": "35.0.1916.114",
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "https:\/\/play.google.com\/music\/*",
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/*.ggpht.com\/*",
        "https:\/\/play-music.gstatic.com\/*",
        "https:\/\/ws.audioscrobbler.com\/2.0\/*",
        "https:\/\/*.google.com\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "pages\/background.html",
        "persistent": false
    },
    "sandbox": {
        "pages": [
            "pages\/sandbox.html"
        ]
    },
    "options_page": "pages\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music\/*"
            ],
            "css": [
                "styles\/flexible.css",
                "styles\/content.css"
            ],
            "js": [
                "vendor\/babel-polyfill\/browser-polyfill.js",
                "vendor\/system.js\/dist\/system.src.js",
                "js\/config.raw.js",
                "js\/content.raw.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/*.js",
        "vendor\/*.js",
        "styles\/*.css",
        "images\/*.png",
        "pages\/options.html"
    ],
    "manifest_version": 2
}