StreamFixer
Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software.
What is StreamFixer?
StreamFixer is a Chrome extension developed by Csaba Kopias, and its main feature is "Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software.".
Extension Screenshots
Download StreamFixer Extension CRX File
Download StreamFixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension is for you, if you want to broadcast a video chat to your audience from a streaming software like OBS, vMix, XSplit, Wirecast. If you like this extension, please consider donating! Thank you:) https://flattr.com/@kcsaba
Extension Basic Information
Name | StreamFixer |
ID | koalccjpkobjlelaicppccppcffoikld |
Official URL | https://chromewebstore.google.com/detail/streamfixer/koalccjpkobjlelaicppccppcffoikld |
Description | Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software. |
File Size | 163 KB |
Installation Count | 188 |
Current Version | 1.7.0 |
Last Updated | 2021-01-25 |
Publish Date | 2020-05-07 |
Developer | Csaba Kopias |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/KopiasCsaba/StreamFixerBrowserExtension |
Help Page URL | https://github.com/KopiasCsaba/StreamFixerBrowserExtension/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StreamFixer", "version": "1.7.0", "description": "Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software.", "manifest_version": 2, "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", "128": "icons\/mipmap-128\/ic_launcher.png", "192": "icons\/mipmap-xxxhdpi\/ic_launcher.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.whereby.com\/*", "*:\/\/meet.jit.si\/*", "*:\/\/meet.google.com\/*", "*:\/\/discord.com\/*", "*:\/\/app.livestorm.co\/*" ], "js": [ "main.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |