Examine source code of ETATS:PLAID+ Helper

Inspect and view changes in ETATS:PLAID+ Helper 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:PLAID+ Helper",
  "description": "에타츠 플레이드에 도움이 되는 기능을 제공하는 확장프로그램입니다.",
  "version": "0.4.8.2",
  "permissions": [
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "https://plaid.plus/"
  ],
  "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://plaid.plus/*"
      ],
      "run_at": "document_end"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://plaid.plus/*",
      "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://plaid.plus/*"
      ]
    }
  ]
}