Meet Auto Exit Bot

Exits meet based on number of people present.

Meet Auto Exit Bot क्या है?

Meet Auto Exit Bot Harshith VA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Exits meet based on number of people present."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Meet Auto Exit Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        A simple bot that automatically clicks exit button based on number of people present in meet.

New Version Out!
Supports Google Meet, Zoom

Note:
New version prevents the execution of scripts in the background when you are in another tab.
In order for the extension to work properly, you should not switch between tabs.


How it works?
1. Click start button
2. Input the exiting count Ex: 2
3. First the bot will wait until members in meet reach count value +1(Ex: 3)
4. Once meet has users greater than count it will start checking
5. If the people in meet is less than count, it will click end button

YouTube Tutorial
https://www.youtube.com/watch?v=J2VXeb7TbOY                    

एक्सटेंशन की मूल जानकारी

नाम Meet Auto Exit Bot Meet Auto Exit Bot
ID pcfoikkjgbmaknfjbnlcolpkaldeneil
आधिकारिक URL https://chromewebstore.google.com/detail/meet-auto-exit-bot/pcfoikkjgbmaknfjbnlcolpkaldeneil
विवरण Exits meet based on number of people present.
फ़ाइल का आकार 153 KB
स्थापना संख्या 512
वर्तमान संस्करण 4.0
अंतिम अपडेट 2022-05-25
प्रकाशन तिथि 2021-05-11
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर Harshith VA
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/harshithva/meet-auto-exit-bot-extension
सहायता पृष्ठ URL https://github.com/harshithva/meet-auto-exit-bot-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet Auto Exit Bot",
    "description": "Exits meet based on number of people present.",
    "version": "4.0",
    "manifest_version": 3,
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}