Meet Auto Exit Bot

Exits meet based on number of people present.

O que é Meet Auto Exit Bot?

Meet Auto Exit Bot é uma extensão do Chrome desenvolvida por Harshith VA, e sua principal característica é "Exits meet based on number of people present.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Meet Auto Exit Bot

Baixe arquivos de extensão Meet Auto Exit Bot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Meet Auto Exit Bot Meet Auto Exit Bot
ID pcfoikkjgbmaknfjbnlcolpkaldeneil
URL Oficial https://chromewebstore.google.com/detail/meet-auto-exit-bot/pcfoikkjgbmaknfjbnlcolpkaldeneil
Descrição Exits meet based on number of people present.
Tamanho do Arquivo 153 KB
Contagem de Instalações 512
Versão Atual 4.0
Última Atualização 2022-05-25
Data de Publicação 2021-05-11
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor Harshith VA
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/harshithva/meet-auto-exit-bot-extension
URL da Página de Ajuda https://github.com/harshithva/meet-auto-exit-bot-extension
Idiomas Suportados 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"
    ]
}