ChatWork Send To ALL

ChatWork Send To ALL

Simply send to all format maker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ChatWork Send To ALL",
  "version": "1.0",
  "description": "Simply send to all format maker",
  "browser_action": {
    "default_icon": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.chatwork.com/*",
        "https://kcw.kddi.ne.jp/*"
      ],
      "js": [
        "chatwork_send_all.user.js"
      ]
    }
  ]
}