Chzzk Plus

Chzzk Plus

네이버 스트리밍 서비스 Chzzk Plus

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chzzk Plus",
  "description": "네이버 스트리밍 서비스 Chzzk Plus",
  "version": "1.3.2",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content.tsx-loader-13497067.js"
      ],
      "matches": [
        "*://chzzk.naver.com/*"
      ],
      "css": [
        "assets/content-1556ce0a.css"
      ]
    }
  ],
  "host_permissions": [
    "http://www.google.com/",
    "https://www.google.com/"
  ],
  "action": {
    "default_icon": "icon128.png",
    "default_popup": "index.html",
    "default_title": "Open Extension App"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://chzzk.naver.com/*"
      ],
      "resources": [
        "assets/storage-185fcbc2.js",
        "assets/content.tsx-fb96b78e.js"
      ],
      "use_dynamic_url": true
    }
  ]
}