斗鱼直播H5版扩展

斗鱼直播H5版扩展

1. 添加广播开关

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "斗鱼直播H5版扩展",
  "version": "1.0",
  "description": "1. 添加广播开关",
  "icons": {
    "48": "images/get_started48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.douyu.com/*"
      ],
      "js": [
        "js/content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2
}