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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 Meet Auto Exit Bot
ID pcfoikkjgbmaknfjbnlcolpkaldeneil
公式URL 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
Eメール [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"
    ]
}