InfiTwitch Firefox

Examine source code of InfiTwitch

Inspect and view changes in InfiTwitch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "InfiTwitch",
  "description": "Create a priority list of twitch streams and watch indefinitely.",
  "version": "1.0.4resigned1",
  "browser_action": {
    "default_icon": "static/img/logo16.png",
    "default_title": "Infitwitch",
    "default_popup": "static/template/popup.html"
  },
  "permissions": [
    "activeTab",
    "https://www.twitch.tv/*",
    "https://api.twitch.tv/kraken/*",
    "https://passport.twitch.tv/authentications/*",
    "storage",
    "tabs"
  ],
  "icons": {
    "16": "static/img/logo16.png",
    "48": "static/img/logo48.png",
    "128": "static/img/logo128.png"
  },
  "background": {
    "scripts": [
      "js/vendor.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "js/vendor.js",
        "js/twitch.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "https://passport.twitch.tv/authentications/*"
      ],
      "js": [
        "js/vendor.js",
        "js/login.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c2dcadfc-5c05-4350-b071-32d0bd836158}"
    }
  }
}

최고의 InfiTwitch 대안

다음은 InfiTwitch과(와) 유사한 Firefox add-on입니다: