ZOOM tab killer

Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.

¿Qué es ZOOM tab killer?

ZOOM tab killer es una extensión de Chrome desarrollada por ptelad, y su función principal es "Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ZOOM tab killer

Descarga archivos de extensión ZOOM tab killer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Tired of ZOOM meeting tabs littering your chrome browser???
Let ZOOM TAB KILLER take care of business!

ZOOM TAB KILLER will close the ZOOM meeting tab 10 sec. after the "success=true" query param is added or  meeting is done and the page navigates to /postattendee

This extension is open source!
Please visit: https://github.com/ptelad/zoom-tab-killer                    

Información Básica de la Extensión

Nombre ZOOM tab killer ZOOM tab killer
ID ecljipopiofdehgkinhohnldfaogdipo
URL Oficial https://chrome.google.com/webstore/detail/zoom-tab-killer/ecljipopiofdehgkinhohnldfaogdipo
Descripción Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.
Tamaño del Archivo 26.32 KB
Cantidad de Instalaciones 2,000
Versión Actual 1.6
Última Actualización 2021-05-27
Fecha de Publicación 2020-06-24
Calificación 4.50/5 Total de 8 Calificaciones
Desarrollador ptelad
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ptelad/zoom-tab-killer
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZOOM tab killer",
    "description": "Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.",
    "version": "1.6",
    "manifest_version": 2,
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "icons": {
        "128": "zoomkiller.png"
    },
    "background": {
        "scripts": [
            "zoomkiller.js"
        ],
        "persistent": false
    }
}