StreamFixer To OBS

StreamFixer To OBS

Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "StreamFixer To OBS",
  "version": "1.4",
  "description": "Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software.",
  "icons": {
    "48": "icons/mipmap-mdpi/ic_launcher.png",
    "72": "icons/mipmap-hdpi/ic_launcher.png",
    "96": "icons/mipmap-xhdpi/ic_launcher.png",
    "144": "icons/mipmap-xxhdpi/ic_launcher.png",
    "192": "icons/mipmap-xxxhdpi/ic_launcher.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://whereby.com/*",
        "*://meet.jit.si/*",
        "*://meet.google.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "stream-fixer@HeDajho"
    }
  }
}