아프리카TV 채팅매니저

아프리카TV 채팅매니저

채팅 UI 변경 및 매니저 기능 강화

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "아프리카TV 채팅매니저",
  "description": "채팅 UI 변경 및 매니저 기능 강화",
  "version": "1.47",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "image/icon_16.png",
      "32": "image/icon_32.png",
      "48": "image/icon_48.png",
      "128": "image/icon_128.png"
    },
    "default_title": "아프리카TV 채팅매니저"
  },
  "icons": {
    "16": "image/icon_16.png",
    "32": "image/icon_32.png",
    "48": "image/icon_48.png",
    "128": "image/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://play.afreecatv.com/*"
      ],
      "js": [
        "js/load.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/*",
        "css/*",
        "vendor/*",
        "webfonts/*",
        "webfonts/*.woff2",
        "webfonts/*.ttf"
      ],
      "matches": [
        "https://play.afreecatv.com/*"
      ]
    }
  ]
}