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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | StreamFixer |
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 } } |