哔哩助手

哔哩助手

帮助海外华人解除B站视频音乐的访问限制(大陆用户无需安装此扩展)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "哔哩助手",
  "version": "0.0.2",
  "manifest_version": 2,
  "minimum_chrome_version": "25.0",
  "description": "__MSG_description__",
  "icons": {
    "16": "chrome/icons/icon16.png",
    "48": "chrome/icons/icon48.png",
    "128": "chrome/icons/icon128.png"
  },
  "permissions": [
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "shared/urls.js",
      "shared/tools.js",
      "chrome/pages/js/analytics.js",
      "chrome/storage.js",
      "chrome/header.js",
      "chrome/proxy.js",
      "chrome/redirect.js",
      "chrome/config.js",
      "chrome/donation.js"
    ]
  },
  "browser_action": {
    "default_title": "UfunR isn't working properly! Visit https://www.ufunr.net for solutions.",
    "default_icon": "chrome/icons/icon19gray.png",
    "default_popup": "chrome/pages/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.tudou.com/*"
      ],
      "js": [
        "chrome/content/tudou.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "http://play.baidu.com/*"
      ],
      "css": [
        "chrome/content/play.baidu.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "http://unblockcn.com/*",
        "http://*.unblockcn.com/*",
        "http://unblockyouku.cn/*",
        "http://*.unblockyouku.cn/*",
        "http://724sky.com/*",
        "http://*.724sky.com/*",
        "http://tieba.baidu.com/f?kw=unblockcn*",
        "http://*.tieba.baidu.com/f?kw=unblockcn*"
      ],
      "js": [
        "chrome/content/unblockcn.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "default_locale": "en"
}