Meetflip

Flip the Google Meet webcam preview..

What is Meetflip?

Meetflip is a Chrome extension developed by false, and its main feature is "Flip the Google Meet webcam preview..".

Extension Screenshots

screenshot

Download Meetflip Extension CRX File

Download Meetflip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Meetflip Meetflip
ID lgfnpmbjnooaonfkdendjpkgcmgfjcgc
Official URL https://chromewebstore.google.com/detail/meetflip/lgfnpmbjnooaonfkdendjpkgcmgfjcgc
Description Flip the Google Meet webcam preview..
File Size 3.67 KB
Installation Count 1,424
Current Version 0.1.0
Last Updated 2021-12-08
Publish Date 2021-12-08
Rating 1.00/5 Total 1 Ratings
Developer false
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}