StreamFixer
Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software.
StreamFixer là gì?
StreamFixer là một tiện ích mở rộng Chrome được phát triển bởi Csaba Kopias, và tính năng chính của nó là "Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng StreamFixer
Tải xuống các tệp mở rộng StreamFixer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | StreamFixer |
ID | koalccjpkobjlelaicppccppcffoikld |
URL Chính Thức | https://chromewebstore.google.com/detail/streamfixer/koalccjpkobjlelaicppccppcffoikld |
Mô tả | Grabs video elements and fixes them in an overlay, enabling window capturing in streaming software. |
Kích Thước Tệp | 163 KB |
Số Lần Cài Đặt | 188 |
Phiên Bản Hiện Tại | 1.7.0 |
Cập Nhật Lần Cuối | 2021-01-25 |
Ngày Phát Hành | 2020-05-07 |
Nhà Phát Triển | Csaba Kopias |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/KopiasCsaba/StreamFixerBrowserExtension |
URL Trang Trợ Giúp | https://github.com/KopiasCsaba/StreamFixerBrowserExtension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |