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
}