Live Helper

Live Helper

Help you see all followed live streaming in one page. Please feel free to contact me for any need. My email: [email protected]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "zh_CN",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "2.0.5",
  "options_ui": {
    "page": "dist/options.html"
  },
  "icons": {
    "256": "icon/icon.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icon/icon-64.png",
    "default_popup": "dist/popup.html"
  },
  "background": {
    "scripts": [
      "dist/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "alarms",
    "cookies",
    "notifications",
    "storage",
    "*://*.douyu.com/*",
    "*://*.zhanqi.tv/*",
    "*://*.huya.com/*",
    "*://*.bilibili.com/*",
    "*://*.twitch.tv/*",
    "*://*.huomaotv.cn/*",
    "*://*.huomao.com/*",
    "*://*.longzhu.com/*",
    "*://*.163.com/*",
    "*://egame.qq.com/*",
    "*://*.openrec.tv/*",
    "*://*.douyucdn.cn/*",
    "*://*.pdim.gs/*",
    "*://*.hdslb.com/*",
    "*://*.plures.net/*",
    "*://*.dwstatic.com/*",
    "*://*.jtvnw.net/*",
    "*://*.nimg.jp/*",
    "*://*.myqcloud.com/*",
    "*://*.qpic.cn/*"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}