StreamFixer
Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software.
什么是StreamFixer?
StreamFixer是由Csaba Kopias开发的Chrome扩展程序,该扩展的主要功能是“Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software.”。
扩展截图
下载StreamFixer扩展crx文件
下载StreamFixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | koalccjpkobjlelaicppccppcffoikld |
官方URL | https://chromewebstore.google.com/detail/streamfixer/koalccjpkobjlelaicppccppcffoikld |
简介 | Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software. |
文件大小 | 163 KB |
安装次数 | 188 |
当前版本 | 1.7.0 |
更新时间 | 2021-01-25 |
上架时间 | 2020-05-07 |
开发者 | Csaba Kopias |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/KopiasCsaba/StreamFixerBrowserExtension |
帮助页面URL | https://github.com/KopiasCsaba/StreamFixerBrowserExtension/issues |
支持的语言 | 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 } } |