ZOOM tab killer

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

What is ZOOM tab killer?

ZOOM tab killer is a Chrome extension developed by ptelad, and its main feature is "Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.".

Extension Screenshots

screenshot

Download ZOOM tab killer Extension CRX File

Download ZOOM tab killer 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

                        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                    

Extension Basic Information

Name ZOOM tab killer ZOOM tab killer
ID ecljipopiofdehgkinhohnldfaogdipo
Official URL https://chrome.google.com/webstore/detail/zoom-tab-killer/ecljipopiofdehgkinhohnldfaogdipo
Description Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.
File Size 26.32 KB
Installation Count 2,000
Current Version 1.6
Last Updated 2021-05-27
Publish Date 2020-06-24
Rating 4.50/5 Total 8 Ratings
Developer ptelad
Email [email protected]
Payment Type free
Extension Website https://github.com/ptelad/zoom-tab-killer
Supported Languages 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
    }
}