AutoLeaveMeet: Google Meet Auto Leaver

Automatically leave a Google meet when a certain threshold (number of participants leave within 12 seconds) is met!

AutoLeaveMeet: Google Meet Auto Leaver là gì?

AutoLeaveMeet: Google Meet Auto Leaver là một tiện ích mở rộng Chrome được phát triển bởi tjyn0212, và tính năng chính của nó là "Automatically leave a Google meet when a certain threshold (number of participants leave within 12 seconds) is met!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AutoLeaveMeet: Google Meet Auto Leaver

Tải xuống các tệp mở rộng AutoLeaveMeet: Google Meet Auto Leaver 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

                        Google Meet Leaver - Auto leave google meetings
Google Meet Auto Leave - Quit and Leave google meet automatically by setting a minimum threshold in very simple method!

Do you have a lot of Google meetings that keep getting in the way?
Now you can unwind and let this extension run an unimportant Google meeting on its own without having to worry!
Automatically leave a Google Meet when a certain threshold of participants is met within 12 seconds.

Where? 
- Works for online class in Google Meet
-  Works for any meeting in Google Meet

Four simple step!
1) Go to the google meet tab
2) Click on this extension!
3) Set a threshold (Number of participants leave within a 12 seconds interval)
4) Click on Set
Then you are done!

How it WORKS?
- The system will check for number of participants every 12 seconds 
- then it checks whether the difference between the previous number of participants with the current participants left in the meeting
- if the difference hit the threshold, then it automatically helps user leave the google meet meetings!

How to Quit:
Refresh the page/tab or close the tab to stop it from running

Related topic:
Google Meet Leaver, Meet Leaver, GoogleMeet Leaver, Leave meeting, Exit Meet

Version 1.02
- Fix a bug where user cant leave meet even the threshold is met.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AutoLeaveMeet: Google Meet Auto Leaver AutoLeaveMeet: Google Meet Auto Leaver
ID bpabhlgoefeojkcffghdonocpgdifbop
URL Chính Thức https://chromewebstore.google.com/detail/autoleavemeet-google-meet/bpabhlgoefeojkcffghdonocpgdifbop
Mô tả Automatically leave a Google meet when a certain threshold (number of participants leave within 12 seconds) is met!
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 448
Phiên Bản Hiện Tại 1.02
Cập Nhật Lần Cuối 2022-03-10
Ngày Phát Hành 2021-11-25
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển tjyn0212
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jyan212/AutoLeaveMeet
URL Trang Trợ Giúp https://github.com/jyan212/AutoLeaveMeet
URL Trang Chính Sách Bảo Mật https://github.com/jyan212/AutoLeaveMeet/blob/master/PRIVACY_POLICY.md
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoLeaveMeet: Google Meet Auto Leaver",
    "description": "Automatically leave a Google meet when a certain threshold (number of participants leave within 12 seconds) is met!",
    "version": "1.02",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "icons": {
        "128": ".\/img\/alm-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*",
        "http:\/\/meet.google.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}