Twitch Points Grabber

Twitch Points Grabber

automatic poits grabber for twitch, works with all supported langauges on twitch

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Twitch Points Grabber",
  "version": "2.6",
  "description": "automatic poits grabber for twitch, works with all supported langauges on twitch",
  "manifest_version": 3,
  "author": "Mene-hub",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "developer": {
    "name": "mene-hub",
    "url": "https://github.com/Mene-hub"
  },
  "icons": {
    "128": "icons/icon_128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}