NAVER CHZZK CHAT FILTER

NAVER CHZZK CHAT FILTER

치지직 채팅창을 깔끔하게 보실 수 있습니다! :: Technical Supported by STELMUSIC.xyz

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NAVER CHZZK CHAT FILTER",
  "version": "1.3.234",
  "description": "치지직 채팅창을 깔끔하게 보실 수 있습니다! :: Technical Supported by STELMUSIC.xyz",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://chzzk.naver.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}