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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send emojis, Text Overlay, Cam Effects and layout tweaks in Google Meet + record meetings with Zoomcorder"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Meet Tweak (Emojis, Text, Cam Effects) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        😇 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'"
    }
}