Manual Twitch Streams Checker

Manual Twitch Streams Checker

Extension shows status (offline or online) of added streams. Without annoying notifications and other distracting things.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Manual Twitch Streams Checker",
  "description": "Extension shows status (offline or online) of added streams. Without annoying notifications and other distracting things.",
  "version": "1.4",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}