Twitch game remover

Twitch game remover

This extension can add in blacklist games and channels on Twitch and hide it from page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "49",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "js/inject.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "name": "Twitch game remover",
  "description": "",
  "version": "1.20"
}