音乐解锁

音乐解锁

在任何设备上解锁已购的加密音乐!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "音乐解锁",
  "short_name": "音乐解锁",
  "icons": {
    "128": "./img/icons/msapplication-icon-144x144.png"
  },
  "description": "在任何设备上解锁已购的加密音乐!",
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "options_page": "./index.html",
  "homepage_url": "https://github.com/ix64/unlock-music",
  "browser_action": {
    "default_popup": "./popup.html"
  },
  "version": "1.10.0.0",
  "version_name": "v1.10.0"
}