Twitch Sound Notification Firefox

Examine source code of Twitch Sound Notification

By: Sneirox
Inspect and view changes in Twitch Sound Notification source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Twitch Sound Notification",
  "version": "2.0",
  "description": "Twitch Sound Notification",
  "default_locale": "ru_RU",
  "icons": {
    "96": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "TwitchSoundNotification@SneiroGames.ru",
      "strict_min_version": "80.0"
    }
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Twitch Sound Notification",
    "default_popup": "popup/popup.html"
  }
}

Best Twitch Sound Notification Alternatives

Here are some Firefox add-ons that are similar to Twitch Sound Notification: