Clozoom
Close your Zoom meeting tabs automatically!
O que é Clozoom?
Clozoom é uma extensão do Chrome desenvolvida por https://thesephist.com, e sua principal característica é "Close your Zoom meeting tabs automatically!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clozoom
Baixe arquivos de extensão Clozoom no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Clozoom is a browser extension to close your Zoom meeting tabs automatically after they've opened Zoom. With Clozoom, your Zoom attendee tabs automatically close 10 seconds after you open them, unless you cancel. If you have different needs or Internet speeds, you can adjust that 10 second delay up or down. --- * --- The real story behind Clozoom... SCENE. Skype. Facetime. WebEx. Hangouts. Long ago, these four video chat apps lived together in harmony. Then, everything changed when Zoom was born. Zoom wrecked havoc on all of our browser tabs as it slowly proliferated all human interaction on Earth and never cleaned up after itself. Only Clozoom, the master of Zoom attendee tabs, could stop it, but when the world needed it most, it never came. Many moons passed and I built Clozoom, a tab-bending Chrome extention. Although its tab-bending skills are great, it has a lot to learn before it's ready to save anyone. But I believe Clozoom can save the world. CUE MUSIC.
Informações Básicas da Extensão
Nome | Clozoom |
ID | ginkdklliadpegalhjlibeggnnbdkghi |
URL Oficial | https://chromewebstore.google.com/detail/clozoom/ginkdklliadpegalhjlibeggnnbdkghi |
Descrição | Close your Zoom meeting tabs automatically! |
Tamanho do Arquivo | 64.72 KB |
Contagem de Instalações | 1,626 |
Versão Atual | 1.1.0 |
Última Atualização | 2022-08-05 |
Data de Publicação | 2020-08-22 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://thesephist.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://thesephist.github.io/clozoom/ |
URL da Página de Política de Privacidade | https://linus.zone/pp |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clozoom", "short_name": "Clozoom", "version": "1.1.0", "description": "Close your Zoom meeting tabs automatically!", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Clozoom", "default_popup": "popup.html" }, "homepage_url": "https:\/\/thesephist.github.io\/clozoom\/", "offline_enabled": true, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/*.zoom.us\/j\/*" ] } |