Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u7f51\u6613\u4e91\u97f3\u4e50\u63a7\u5236\u5668",
"version": "1.0",
"description": "\u7f51\u6613\u4e91\u97f3\u4e50\u7f51\u9875\u7248\u652f\u6301\u952e\u76d8\u63a7\u5236",
"manifest_version": 2,
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/music.163.com\/*"
],
"js": [
"jquery.min.js",
"contentScript.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}