Meet Auto Exit Bot
Exits meet based on number of people present.
Meet Auto Exit Bot là gì?
Meet Auto Exit Bot là một tiện ích mở rộng Chrome được phát triển bởi Harshith VA, và tính năng chính của nó là "Exits meet based on number of people present.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Meet Auto Exit Bot
Tải xuống các tệp mở rộng Meet Auto Exit Bot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Meet Auto Exit Bot |
ID | pcfoikkjgbmaknfjbnlcolpkaldeneil |
URL Chính Thức | https://chromewebstore.google.com/detail/meet-auto-exit-bot/pcfoikkjgbmaknfjbnlcolpkaldeneil |
Mô tả | Exits meet based on number of people present. |
Kích Thước Tệp | 153 KB |
Số Lần Cài Đặt | 512 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2022-05-25 |
Ngày Phát Hành | 2021-05-11 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Harshith VA |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/harshithva/meet-auto-exit-bot-extension |
URL Trang Trợ Giúp | https://github.com/harshithva/meet-auto-exit-bot-extension |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |