Twitch Chat Hider

Twitch Chat Hider

Hides chat on all or chosen Twitch channels automatically

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 Chat Hider",
  "description": "Hides chat on all or chosen Twitch channels automatically",
  "version": "1.0.1",
  "short_name": "twichahi",
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "author": "Tsuri Kamppuri",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "embed.js"
      ],
      "matches": [
        "https://www.twitch.tv/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "hider.js"
  ]
}