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
官方網址 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
電子郵箱 [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\/*"
    ]
}