Twitch Easy PIP Firefox

Examine source code of Twitch Easy PIP

By: Dalsh
Inspect and view changes in Twitch Easy PIP source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Twitch Easy PIP",
  "version": "1.0",
  "Author": "Adrien Plagnol",
  "description": "Removes twitch extensions so you can easily click Picture-in-Picture button on twitch",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "easy-pip.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  }
}

Best Twitch Easy PIP Alternatives

Here are some Firefox add-ons that are similar to Twitch Easy PIP: