AutoTwitchPoints

AutoTwitchPoints

[Open Source] Automatically collects twitch channel points even in fullscreen or when using others tabs. Show you the amount of points collected from the beginning !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "AutoTwitchPoints",
  "version": "1.3",
  "description": "Automatically collects twitch channel points",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "js/app.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "{40539aea-e9a3-4ff1-8ca0-0e2e0187ea42}"
    }
  },
  "browser_action": {
    "default_icon": "icons/icon-96.png",
    "default_title": "AutoTwitchPoints",
    "default_popup": "popup/popup.html"
  }
}