Twitch Channel Point Auto Claimer

Twitch Channel Point Auto Claimer

Auto-claiming bonus channel points on twitch.tv with record tracing function.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twitch Channel Point Auto Claimer",
  "version": "1.1.1",
  "manifest_version": 3,
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Twitch Channel Point Auto Claimer"
  },
  "permissions": [
    "storage"
  ]
}