爱优腾——优酷、爱奇艺、腾讯视频、芒果TV视频播放

爱优腾——优酷、爱奇艺、腾讯视频、芒果TV视频播放

多线路选择无VIP无广告观看优酷、爱奇艺、腾讯视频、芒果TV的VIP视频

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "爱优腾——优酷、爱奇艺、腾讯视频、芒果TV视频播放",
  "version": "1.1.3",
  "description": "多线路选择无VIP无广告观看优酷、爱奇艺、腾讯视频、芒果TV的VIP视频",
  "background": {
    "service_worker": "service-worker.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "icons": {
    "16": "./static/icon/icon16.png",
    "32": "./static/icon/icon32.png",
    "64": "./static/icon/icon64.png"
  },
  "action": {
    "default_icon": {
      "16": "./static/icon/icon16.png",
      "32": "./static/icon/icon32.png"
    },
    "default_popup": "popup.html",
    "default_title": "Manage Tabs Group"
  }
}