트지직 - 트수 이주 환경 적응 지원 서비스

트지직 - 트수 이주 환경 적응 지원 서비스

트수들의 치지직 환경으로의 이주와 적응을 도와주는, 맞춤형 디지털 이주 지원 확장프로그램

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "트지직 - 트수 이주 환경 적응 지원 서비스",
  "description": "트수들의 치지직 환경으로의 이주와 적응을 도와주는, 맞춤형 디지털 이주 지원 확장프로그램",
  "version": "1.5.5",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "/images/16.png",
      "32": "/images/32.png",
      "48": "/images/48.png",
      "64": "/images/64.png",
      "128": "/images/128.png"
    }
  },
  "icons": {
    "16": "/images/16.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "http://*.chzzk.naver.com/*",
        "https://*.chzzk.naver.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}