IQIYI Tab

IQIYI Tab

爱奇艺视频-全球领先的在线视频播放平台

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IQIYI Tab",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "爱奇艺视频-全球领先的在线视频播放平台",
  "icons": {
    "16": "logo_tran.png",
    "48": "logo_tran.png",
    "128": "logo_tran.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "logo_tran.png"
    },
    "default_title": "IQIYI",
    "default_popup": "/index.html#/popup"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "cookies",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "web_accessible_resources": [
    "*"
  ],
  "homepage_url": "https://www.iqiyi.com",
  "devtools_page": "index.html"
}