Meet Auto Leave
(COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una…
What is Meet Auto Leave?
Meet Auto Leave is a Chrome extension developed by Crih.exe, and its main feature is "(COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una…".
Extension Screenshots
Download Meet Auto Leave Extension CRX File
Download Meet Auto Leave extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
(COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una riunione su Google Meet secondo criteri che l'utente può stabilire. Nell'ultima versione, esce dalla riunione quando il numero di partecipanti è minore o uguale al numero di partecipanti minimo impostato dall'utente.
Extension Basic Information
Name | Meet Auto Leave |
ID | gfconmkbidphocgcioeiddijccoanaki |
Official URL | https://chromewebstore.google.com/detail/meet-auto-leave/gfconmkbidphocgcioeiddijccoanaki |
Description | (COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una… |
File Size | 36.8 KB |
Installation Count | 15 |
Current Version | 1.2.1 |
Last Updated | 2021-05-27 |
Publish Date | 2021-05-03 |
Rating | 5.00/5 Total 18 Ratings |
Developer | Crih.exe |
[email protected] | |
Payment Type | free |
Supported Languages | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meet Auto Leave", "version": "1.2.1", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "css": [ "css.css" ], "js": [ "content.js" ] } ], "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" } } |