Bilibili Music: Bilibili.com Auxiliary

Bilibili Music: Bilibili.com Auxiliary

The music player for bilibili music

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "version": "1.2.7",
  "description": "__MSG_extensionDescription__",
  "default_locale": "zh_CN",
  "content_scripts": [],
  "icons": {
    "16": "static/images/icon/16.png",
    "48": "static/images/icon/48.png",
    "128": "static/images/icon/128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "static/images/icon/19.png",
      "38": "static/images/icon/38.png"
    },
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "cookies",
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "*://*.acgvideo.com/*",
    "*://*.bilivideo.com/*",
    "*://*.bilibili.com/*",
    "*://*.hdslb.com/*",
    "*://*.cgvideo.com/*",
    "*://*.mcdn.bilivideo.cn/*",
    "*://*.akamaized.net/*"
  ],
  "externally_connectable": {
    "matches": []
  },
  "content_security_policy": "script-src 'unsafe-eval' 'self' https://www.google-analytics.com/analytics.js https://www.google-analytics.com/analytics_debug.js; object-src 'self';"
}