tads

tads = Twitch Ads Hides/mutes the twitch video player when the ad notice is shown. Also allows for clicking on the player to hide/unhide the player and to mute/unmute.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "tads",
  "description": "this extension will depreciate",
  "version": "1.0.2resigned1",
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "scripot.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9befa4c5-d6f8-4bb4-b114-5aa37ca97dc5}"
    }
  }
}