网易云音乐下载插件

网易云音乐下载插件

What is 网易云音乐下载插件?

网易云音乐下载插件 is a Chrome extension developed by Yang Junyong, and its main feature is "网易云音乐下载插件".

Extension Screenshots

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

                        下载网易云音乐文件

1.5.0版可以自定义文件名格式
艺人名$artist,专辑名$album,歌曲名$song                    

Extension Basic Information

Name 网易云音乐下载插件 网易云音乐下载插件
ID onjdlclpcjjopdlmokbdbkmhfhonkghd
Official URL https://chromewebstore.google.com/detail/%E7%BD%91%E6%98%93%E4%BA%91%E9%9F%B3%E4%B9%90%E4%B8%8B%E8%BD%BD%E6%8F%92%E4%BB%B6/onjdlclpcjjopdlmokbdbkmhfhonkghd
Description 网易云音乐下载插件
File Size 163 KB
Installation Count 3,140
Current Version 1.5.0
Last Updated 2014-03-27
Publish Date 2014-03-27
Rating 3.36/5 Total 28 Ratings
Developer Yang Junyong
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u7f51\u6613\u4e91\u97f3\u4e50\u4e0b\u8f7d\u63d2\u4ef6",
    "description": "\u7f51\u6613\u4e91\u97f3\u4e50\u4e0b\u8f7d\u63d2\u4ef6",
    "version": "1.5.0",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "page_action": {
        "default_icon": "images\/logo_38.png"
    },
    "permissions": [
        "downloads",
        "tabs",
        "http:\/\/music.163.com\/"
    ],
    "background": {
        "scripts": [
            "jquery-2.0.3.js",
            "jquery.md5.js",
            "jquery.base64.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/music.163.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery-2.0.3.js",
                "jquery.cookie.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/download.png",
        "images\/download_span.png"
    ]
}