치지직 Enhancer

치지직 Enhancer

치지직 테마 설정 등 여러 기능 추가

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "치지직 Enhancer",
  "description": "치지직 테마 설정 등 여러 기능 추가",
  "version": "2.0",
  "action": {
    "default_popup": "index.html"
  },
  "options_page": "option.html",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://chzzk.naver.com/*"
      ],
      "css": [
        "light.css",
        "content.css"
      ]
    }
  ],
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://chzzk.naver.com/*"
      ],
      "resources": [
        "light.css",
        "font/*.ttf",
        "font/*.woff2"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlO6XPbBTRNYnfwmJZsALlFDGtH2KW8TnHILFUpDyaq505117OeST8rkPD/gMh6QgPwiskHMJ1Nmtt6SzavkeKzinsM3DSiOsgceUjUKIi2aOX0cRRQP7uYhNTTWfFd+3lHuGkFb0CAZzonfCoYJxSX2nSNXMTiKjYF12cp/5PGnJ4xddCpWutNip24KYntGh8Go0jxkU3bTosGDuFS326MEJ8cUMMhkmY8l3hjPV+66+lHpmknnOnUXIJ6OakvMCloGKlTlSjXpz9imPgQEHVvkgYnNjOMtPI36EKy+oBlE9taFS7slSigFhgJRcse91fXjQhpSbQuu/TyTLC3nmTwIDAQAB"
}