Chest Clicker

Chest Clicker

Click on twitch chests and streamlabs chests for you :D

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.2",
  "name": "Chest Clicker",
  "description": "Click on twitch chests and streamlabs chests for you :D",
  "browser_action": {
    "default_icon": "icone.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "points.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ]
}