Meetflip

Flip the Google Meet webcam preview..

Meetflipとは何ですか?

Meetflipはfalseによって開発されたChromeの拡張機能で、その主な機能は「Flip the Google Meet webcam preview..」です。

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

screenshot

Meetflip拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Tired of seeing a mirrored preview on Google Meet? Flip it back with Meetflip!                    

拡張機能の基本情報

名前 Meetflip Meetflip
ID lgfnpmbjnooaonfkdendjpkgcmgfjcgc
公式URL https://chromewebstore.google.com/detail/meetflip/lgfnpmbjnooaonfkdendjpkgcmgfjcgc
説明 Flip the Google Meet webcam preview..
ファイルサイズ 3.67 KB
インストール数 1,424
現在のバージョン 0.1.0
最終更新日 2021-12-08
公開日 2021-12-08
評価 1.00/5 合計 1 レビュー
開発者 false
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meetflip",
    "version": "0.1.0",
    "minimum_chrome_version": "10.0",
    "description": "Flip the Google Meet webcam preview..",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "js\/*"
    ]
}