哔哩哔哩UP主助手

哔哩哔哩UP主助手

哔哩哔哩UP主助手:粉丝实时。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "哔哩哔哩UP主助手",
  "version": "1.0.0",
  "description": "哔哩哔哩UP主助手:粉丝实时。",
  "options_page": "./options.html",
  "icons": {
    "48": "./logo.png",
    "128": "./logo.png"
  },
  "browser_action": {
    "default_icon": "./logo.png",
    "default_popup": "./index.html",
    "default_title": "哔哩哔哩UP主粉丝对比"
  },
  "background": {},
  "homepage_url": "http://blog.borebooks.top/articles/2020/06/30/1593528058731.html",
  "web_accessible_resources": [
    "inject.js"
  ],
  "permissions": [
    "https://api.bilibili.com/*",
    "storage"
  ]
}