Meet Auto Exit Bot
Exits meet based on number of people present.
什麼是Meet Auto Exit Bot?
Meet Auto Exit Bot是由Harshith VA開發的Chrome擴展程式,該擴展的主要功能是“Exits meet based on number of people present.”。
擴展截圖
下載Meet Auto Exit Bot擴展crx文件
下載Meet Auto Exit Bot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | pcfoikkjgbmaknfjbnlcolpkaldeneil |
官方網址 | 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" ] } |