twitch tv spam

twitch tv spam

twich tv save spamerino

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "twitch tv spam",
  "description": "twich tv save spamerino",
  "version": "1.0",
  "icons": {
    "16": "images/kappa16.png",
    "128": "images/kappa128.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://www.twitch.tv/*"
      ],
      "js": [
        "js/cs-bundle.js"
      ],
      "css": [
        "cs-style.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/bg-bundle.js"
    ]
  }
}