Meet Auto Exit Bot
Exits meet based on number of people present.
Qu'est-ce que Meet Auto Exit Bot ?
Meet Auto Exit Bot est une extension Chrome développée par Harshith VA, et sa fonction principale est "Exits meet based on number of people present.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Meet Auto Exit Bot
Téléchargez les fichiers d'extension Meet Auto Exit Bot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Meet Auto Exit Bot |
ID | pcfoikkjgbmaknfjbnlcolpkaldeneil |
URL Officiel | https://chromewebstore.google.com/detail/meet-auto-exit-bot/pcfoikkjgbmaknfjbnlcolpkaldeneil |
Description | Exits meet based on number of people present. |
Taille du Fichier | 153 KB |
Nombre d'Installations | 512 |
Version Actuelle | 4.0 |
Dernière Mise à Jour | 2022-05-25 |
Date de Publication | 2021-05-11 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | Harshith VA |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/harshithva/meet-auto-exit-bot-extension |
URL de la Page d'Aide | https://github.com/harshithva/meet-auto-exit-bot-extension |
Langues Prises en Charge | 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" ] } |