Clozoom

Close your Zoom meeting tabs automatically!

Cos'è Clozoom?

Clozoom è un'estensione di Chrome sviluppata da https://thesephist.com, e la sua funzione principale è "Close your Zoom meeting tabs automatically!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clozoom

Scarica i file di estensione Clozoom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Clozoom Clozoom
ID ginkdklliadpegalhjlibeggnnbdkghi
URL Ufficiale https://chromewebstore.google.com/detail/clozoom/ginkdklliadpegalhjlibeggnnbdkghi
Descrizione Close your Zoom meeting tabs automatically!
Dimensione del File 64.72 KB
Conteggio Installazioni 1,626
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-08-05
Data di Pubblicazione 2020-08-22
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://thesephist.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://thesephist.github.io/clozoom/
URL della Pagina della Politica sulla Privacy https://linus.zone/pp
Lingue Supportate 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\/*"
    ]
}