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) هو إضافة Chrome تم تطويرها بواسطة https://www.zoomcorder.com، والميزة الرئيسية لها هي "Send emojis, Text Overlay, Cam Effects and layout tweaks in Google Meet + record meetings with Zoomcorder".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Meet Tweak (Emojis, Text, Cam Effects)

قم بتنزيل ملفات الامتداد Google Meet Tweak (Emojis, Text, Cam Effects) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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'"
    }
}