网易云音乐辅助

网易云音乐辅助扩展,全局快捷键,换歌通知,菜单操作

What is 网易云音乐辅助?

网易云音乐辅助 is a Chrome extension developed by kikyous, and its main feature is "网易云音乐辅助扩展,全局快捷键,换歌通知,菜单操作".

Extension Screenshots

screenshot
screenshot

Download 网易云音乐辅助 Extension CRX File

Download 网易云音乐辅助 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        手机和电脑上一直都用网易云音乐,但是网页版的感觉还是有点不爽, 所以做了这个辅助扩展(chrome).

项目地址 https://github.com/kikyous/music.163.com Pull Requests Welcome                    

Extension Basic Information

Name 网易云音乐辅助 网易云音乐辅助
ID dmidlfboljckpijkmbmolidjimmfelho
Official URL https://chromewebstore.google.com/detail/%E7%BD%91%E6%98%93%E4%BA%91%E9%9F%B3%E4%B9%90%E8%BE%85%E5%8A%A9/dmidlfboljckpijkmbmolidjimmfelho
Description 网易云音乐辅助扩展,全局快捷键,换歌通知,菜单操作
File Size 129 KB
Installation Count 1,417
Current Version 1.2
Last Updated 2016-10-09
Publish Date 2016-10-09
Rating 4.56/5 Total 16 Ratings
Developer kikyous
Payment Type free
Extension Website https://github.com/kikyous/music.163.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/github.com\/kikyous\/music.163.com",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "background": {
        "scripts": [
            "js\/global.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png"
        },
        "default_title": "\u7f51\u6613\u4e91\u97f3\u4e50\u8f85\u52a9"
    },
    "manifest_version": 2,
    "name": "\u7f51\u6613\u4e91\u97f3\u4e50\u8f85\u52a9",
    "version": "1.2",
    "description": "\u7f51\u6613\u4e91\u97f3\u4e50\u8f85\u52a9\u6269\u5c55\uff0c\u5168\u5c40\u5feb\u6377\u952e\uff0c\u6362\u6b4c\u901a\u77e5\uff0c\u83dc\u5355\u64cd\u4f5c",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/music.163.com\/"
            ],
            "js": [
                "js\/zepto.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "commands": {
        "nxt": {
            "description": "Next song",
            "global": true
        },
        "prv": {
            "description": "Prev song",
            "global": true
        },
        "ply": {
            "description": "Play\/Pause",
            "global": true
        }
    }
}