Pop-out Jitsi Meet

Open Jitsi Meet videos in pop-out windows.

Pop-out Jitsi Meetとは何ですか?

Pop-out Jitsi Meetはjip.de.beerによって開発されたChromeの拡張機能で、その主な機能は「Open Jitsi Meet videos in pop-out windows.」です。

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

screenshot
screenshot
screenshot

Pop-out Jitsi Meet拡張機能のCRXファイルをダウンロード

Pop-out Jitsi Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Useful if you want to arrange your video conference across multiple monitors, or if you want to grab a clean feed of the videos with e.g. OBS Studio.

Directly integrates with my Mappertje extension:
https://chrome.google.com/webstore/detail/okokapnhegofpbaeogkmbcaflmgiopkg/.

Check out the readme on GitHub for usage instructions.
https://github.com/Jip-Hop/jitsi-pop                    

拡張機能の基本情報

名前 Pop-out Jitsi Meet Pop-out Jitsi Meet
ID boklbbjieahngbnhdmlhldjjibdnnbcn
公式URL https://chromewebstore.google.com/detail/pop-out-jitsi-meet/boklbbjieahngbnhdmlhldjjibdnnbcn
説明 Open Jitsi Meet videos in pop-out windows.
ファイルサイズ 168 KB
インストール数 2,260
現在のバージョン 2.0.3
最終更新日 2020-11-20
公開日 2020-04-30
評価 4.83/5 合計 6 レビュー
開発者 jip.de.beer
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Jip-Hop/jitsi-pop
ヘルプページのURL https://github.com/Jip-Hop/jitsi-pop
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pop-out Jitsi Meet",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "Open Jitsi Meet videos in pop-out windows.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "980": "icons\/icon980.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "web_accessible_resources": [
        "src\/inject\/*",
        "libs\/fontawesome-free\/*",
        "libs\/bootstrap\/css\/bootstrap.min.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.jit.si\/*",
                "https:\/\/8x8.vc\/*",
                "https:\/\/jitsi.riot.im\/*"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/jip-hop.github.io\/jitsi-pop\/*",
            "https:\/\/jitsipop.debeer.it\/*",
            "https:\/\/jitsipop.tk\/*"
        ]
    }
}