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
电子邮箱 [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\/*"
    ]
}