Chatwork Disable Check All

Chatwork Disable Check All

Disable "Check All" checkbox in Chatwork.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chatwork Disable Check All",
  "description": "__MSG_extDescription__",
  "version": "0.1",
  "manifest_version": 3,
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "https://kcw.kddi.ne.jp/*",
        "https://www.chatwork.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "default_locale": "en"
}