StreamFixer
Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software.
Wat is StreamFixer?
StreamFixer is een Chrome-extensie ontwikkeld door Csaba Kopias, en de belangrijkste functie is "Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software.".
Extensie Screenshots
Download het CRX-bestand van de extensie StreamFixer
Download StreamFixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | StreamFixer |
ID | koalccjpkobjlelaicppccppcffoikld |
Officiële URL | https://chromewebstore.google.com/detail/streamfixer/koalccjpkobjlelaicppccppcffoikld |
Beschrijving | Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software. |
Bestandsgrootte | 163 KB |
Aantal Installaties | 188 |
Huidige Versie | 1.7.0 |
Laatst Bijgewerkt | 2021-01-25 |
Publicatiedatum | 2020-05-07 |
Ontwikkelaar | Csaba Kopias |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/KopiasCsaba/StreamFixerBrowserExtension |
Help Pagina-URL | https://github.com/KopiasCsaba/StreamFixerBrowserExtension/issues |
Ondersteunde Talen | 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 } } |