Twitch AutoRefresher (Error #2000) Firefox

Examine source code of Twitch AutoRefresher (Error #2000)

By: Dziango Add-on
Inspect and view changes in Twitch AutoRefresher (Error #2000) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Twitch AutoRefresher (Error #2000)",
  "short_name": "TwitchReload",
  "version": "3.0.1",
  "manifest_version": 2,
  "description": "This extension will automatically refresh twitch stream whenever error #2000 occurs.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "page_action": {
    "default_icon": "icon16.png",
    "default_title": "Twitch AutoRefresher (Error #2000)"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.ttvnw.net/*",
        "*://*.twitch.tv/*",
        "*://*.twitchcdn.net/*"
      ],
      "run_at": "document_end",
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ]
}

Best Twitch AutoRefresher (Error #2000) Alternatives

Here are some Firefox add-ons that are similar to Twitch AutoRefresher (Error #2000):