Google Meet Tweak (Emojis, Text, Cam Effects)

Send emojis, Text Overlay, Cam Effects and layout tweaks in Google Meet + record meetings with Zoomcorder

什么是Google Meet Tweak (Emojis, Text, Cam Effects)?

Google Meet Tweak (Emojis, Text, Cam Effects)是由https://www.zoomcorder.com开发的Chrome扩展程序,该扩展的主要功能是“Send emojis, Text Overlay, Cam Effects and layout tweaks in Google Meet + record meetings with Zoomcorder”。

扩展截图

screenshot

下载Google Meet Tweak (Emojis, Text, Cam Effects)扩展crx文件

下载Google Meet Tweak (Emojis, Text, Cam Effects)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        😇 Publish emojis and text messages on your webcam so other meeting attendees can see them. The emojis and text appear on top of your video making them visible to all attendees - even if chat is off during the meeting. Change them anytime during a meeting to convey a message or mood. Advanced video controls give you pinpoint control of your webcam to add the focus to just the part of your video you desire or create any desired special effect.

Includes some options to enhance your meeting by transforming participant names, hide participants without video, hide selected participants from your grid. 

BONUS: Adds a record button to webinars making it 1-click easy to record a webinar without attending them meeting and getting a recording sent to you. 

 🎉  Click the "Add to Chrome"  button in the upper right corner ⤴️, then open/reload a Meet or Zoom tab and get immediate access to these new features in a drawer in the lower left hand corner of the screen.

This software is provided by Zoomcorder.com where you can record any Zoom or Google Meet without attending and get a video sent to you to watch later. 

The text overlay will auto-adjust to fit the size of your webcam. Use blank lines (the return key) if you want to move the text down on the webcam. 

Right click to open the emoji selector to insert emojis over your webcam display. 

Have fun or get professional using the advanced camera controls: 
· Rotate
- Scale
- Mirror 
- Flip
- Letterbox (black on sides)
· Pillarbox (black on top/bottom)

Professional lighting and color adjustments to customize your look for any mood or occasion:
· Exposure & Contrast
· Temperature & Tint
· Hue & Saturation
· Sepia & Blur
· Fade & Vignette

🕵️‍♀️ PRIVACY POLICY
  We don't know who you are and we don't store your data.

🙏 ACKNOWLEDGEMENTS
  👩‍🏫👨‍🏫  This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. 
  
Click "Add to Chrome" in the upper right corner to immediately experience the goodness of this free and useful software!                    

扩展基本信息

名称 Google Meet Tweak (Emojis, Text, Cam Effects) Google Meet Tweak (Emojis, Text, Cam Effects)
ID dakebdbeofhmlnmjlmhjdmmjmfohiicn
官方URL https://chromewebstore.google.com/detail/google-meet-tweak-emojis/dakebdbeofhmlnmjlmhjdmmjmfohiicn
简介 Send emojis, Text Overlay, Cam Effects and layout tweaks in Google Meet + record meetings with Zoomcorder
文件大小 278 KB
安装次数 1,170,161
当前版本 10.00
更新时间 2023-04-22
上架时间 2020-07-06
评分 3.59/5 共578次评分
开发者 https://www.zoomcorder.com
付费类型 free
扩展官网 https://zoomcorder.com
隐私政策页面URL https://zoomcorder.com/extension/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Meet Tweak (Emojis, Text, Cam Effects)",
    "description": "Send emojis, Text Overlay, Cam Effects and layout tweaks in Google Meet + record meetings with Zoomcorder",
    "version": "10.00",
    "author": "Simone Marullo",
    "icons": {
        "24": "icons\/icon24.png",
        "36": "icons\/icon36.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "24": "icons\/icon24.png",
            "36": "icons\/icon36.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Google Meet Tweak"
    },
    "background": {
        "service_worker": "update_worker.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "options_page": "raw_options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.zoomgov.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.gotomeet.me\/*",
                "https:\/\/*.gotowebinar.com\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "content.js",
                "mutesync.js"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "raw_styles.css"
            ],
            "js": [
                "raw_content.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.zoomgov.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.gotomeet.me\/*",
                "https:\/\/*.gotowebinar.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "grid.user.js",
                "cam_script.js",
                "\/images\/howto.jpg"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        },
        {
            "resources": [
                "\/images\/record.png",
                "\/images\/recimage.png",
                "\/images\/howto.jpg",
                "\/images\/download.png"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.zoomgov.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.gotomeet.me\/*",
                "https:\/\/*.gotowebinar.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}