Meet Kicker
Nifty extension that kicks you from a Google Meet once people start leaving!
Meet Kickerとは何ですか?
Meet Kickerはsankeethdudeによって開発されたChromeの拡張機能で、その主な機能は「Nifty extension that kicks you from a Google Meet once people start leaving!」です。
拡張機能のスクリーンショット
Meet Kicker拡張機能のCRXファイルをダウンロード
Meet Kicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Scared of going AFK from a Google Meet because you don't want to be the last one remaining? Put your Google Meet tab in its own Chrome window and this extension will automatically close it once there a less than a certain number of people in it!
拡張機能の基本情報
名前 | Meet Kicker |
ID | jmkopaogbnijfejiemdjdkbmlmeoblkb |
公式URL | https://chromewebstore.google.com/detail/meet-kicker/jmkopaogbnijfejiemdjdkbmlmeoblkb |
説明 | Nifty extension that kicks you from a Google Meet once people start leaving! |
ファイルサイズ | 46.26 KB |
インストール数 | 236 |
現在のバージョン | 2.1 |
最終更新日 | 2022-08-02 |
公開日 | 2021-07-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | sankeethdude |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ibsgod/GoogleMeetKicker |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Meet Kicker", "description": "Nifty extension that kicks you from a Google Meet once people start leaving!", "version": "2.1", "icons": { "128": "bigicon.png" }, "action": { "default_icon": "smallicon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ " |