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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 StreamFixer 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
Eメール [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
    }
}