7TV Nightly

Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.
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": "7TV Nightly",
  "version": "3.0.15.1000",
  "version_name": "3.0.15.1000 nightly",
  "description": "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.",
  "browser_action": {
    "default_icon": "./icon/nightly-icon-128.png",
    "default_popup": "index.html#/popup?noheader=1"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "index.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "./icon/nightly-icon-16.png",
    "48": "./icon/nightly-icon-48.png",
    "128": "./icon/nightly-icon-128.png"
  },
  "permissions": [
    "scripting",
    "storage",
    "activeTab",
    "*://*.twitch.tv/*"
  ],
  "optional_permissions": [
    "management",
    "*://*.youtube.com/*",
    "*://*.kick.com/*",
    "*://*.7tv.app/*",
    "*://*.7tv.io/*"
  ],
  "web_accessible_resources": [
    "site.js",
    "site.js.map",
    "content.js.map",
    "worker.js",
    "index.html",
    "assets/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b57654ef-aa89-440b-824a-0d5961a2e1a0}"
    }
  }
}