Examine source code of ETATS:CC 에타츠 헬퍼

Inspect and view changes in ETATS:CC 에타츠 헬퍼 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ETATS:CC 에타츠 헬퍼",
  "description": "어둠의 에타츠에 도움이 되는 기능을 제공하는 확장프로그램입니다.",
  "version": "1.6",
  "permissions": [
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "https://etats.cc/"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jquery-3.6.0.min.js",
        "lib.js",
        "content.js",
        "mainPage.js",
        "battlePage.js",
        "purcharseCenter.js",
        "stateUpCenter.js",
        "status.js",
        "header.js",
        "guildwar.js",
        "chatHelper.js",
        "logCollector.js",
        "fishing_mining.js",
        "inventory.js"
      ],
      "matches": [
        "https://etats.cc/*"
      ],
      "run_at": "document_end"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://etats.cc/*",
      "https://uchat.io/*",
      "https://*.uchat.io/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "ignoreAlert.js",
        "chatExtender.js",
        "injectLogScript.js",
        "config.html",
        "config.js",
        "config.css",
        "logo.png"
      ],
      "matches": [
        "https://etats.cc/*"
      ]
    }
  ]
}