Zen Auto Tab Closer Firefox

Zen Auto Tab Closer

Automatically closes Zoom and Slack tabs. Minimal permissions for maximum security.
xHeader
Modify request and response headers. No ads, no malware.

Features & Capabilities

Zen Auto Tab Closer

A lightweight, privacy-focused Firefox extension that automatically closes Zoom and Slack tabs.

Why This Extension?

When you join a Zoom meeting from your browser, Zoom opens a tab that redirects to launch the desktop app, then leaves behind a tab ending with #success. Similarly, Slack notification links often open tabs that you've already viewed in the Slack app. This extension automatically closes those unnecessary tabs for you.

Features

  • Minimal Permissions: Only requires tabs permission - no access to page content or network requests
  • Lightweight: Simple background script with no dependencies
  • Smart Delays:
  • 3-second delay for Zoom tabs (quickly removes success tabs)
  • 10-second delay for Slack threads (gives you time to check if you need the tab)
  • Universal Slack Support: Works with any Slack workspace (not tied to specific domains)
  • Privacy-First: No data collection, no external communication, completely local
  • Open Source: Fully auditable code for your security
How It Works

The extension monitors all tab URL changes in Firefox. When it detects:

Zoom tabs:

  • URL containing zoom.us AND ending with #success
  • Waits 3 seconds, then automatically closes the tab

Slack thread tabs:

  • URL matching pattern *.slack.com/archives/[CHANNEL_ID]/p[MESSAGE_ID]
  • Waits 10 seconds (longer delay since you might intentionally browse Slack), then closes the tab

Customization

Change the Close Delays

Edit background.js and modify the delay constants:

const ZOOM_CLOSE_DELAY = 3000; // Change to desired milliseconds (e.g., 10000 = 10 seconds) const SLACK_CLOSE_DELAY = 10000; // Change to desired milliseconds (e.g., 30000 = 30 seconds)

Customize URL Patterns

For Zoom tabs, edit the condition in background.js:

if (tab.url.includes("zoom.us") && tab.url.endsWith("#success")) {

For example, to also close tabs with /launch/ in the URL:

if (tab.url.includes("zoom.us") && (tab.url.endsWith("#success") || tab.url.includes("/launch/"))) {

For Slack tabs, edit the isSlackThreadUrl function to change detection logic.

Privacy & Security

This extension is built with privacy and security as top priorities:

  • Minimal Permissions: Only tabs permission (required to monitor and close tabs)
  • No Network Access: Cannot make network requests or send data anywhere
  • No Content Access: Cannot read or modify page content
  • No Data Collection: No analytics, tracking, or data storage
  • Local Only: Everything runs locally in your browser
  • Open Source: Full source code available for audit
Permissions Explained
  • tabs: Required to monitor tab URLs and close tabs. This is the absolute minimum permission needed for this functionality.
Troubleshooting

Extension doesn't close tabs:

  • For Zoom: Check that the tab URL ends exactly with #success
  • For Slack: Check that the URL matches the pattern *.slack.com/archives/[CHANNEL]/p[MESSAGE_ID]
  • Open the Browser Console (Ctrl+Shift+J or Cmd+Shift+J) to see debug logs
  • Look for messages starting with [Zen Auto Tab Closer]

Tab closes too quickly/slowly:

  • Adjust the ZOOM_CLOSE_DELAY or SLACK_CLOSE_DELAY constants in background.js
  • Default is 3 seconds for Zoom and 10 seconds for Slack

Extension stops working after Firefox restart:

  • If using temporary installation, you need to reload the extension via about:debugging after each restart
  • Consider signing the extension for permanent installation

License

MIT License - Feel free to modify and use as you wish!

Version History

  • 1.1.0 - Slack thread support
  • Added automatic closing of Slack thread tabs after 10 seconds
  • Works with any Slack workspace domain
  • Reduced Zoom delay from 5 seconds to 3 seconds
  • Refactored code for better extensibility
  • Updated documentation with customization options
  • 1.0.0 - Initial release
  • Automatically closes Zoom #success tabs after 5 seconds
  • Minimal permissions (tabs only)
  • Console logging for debugging

User Growth & Download Statistics

Manifest V2 Add-on
By:
austinbjohnson
Daily users:
4
Version:
1.1.0 Last updated: 2025-10-24
Version code:
6061044
Creation date:
2025-10-06
Risk:
Moderate risk impact Moderate risk likelihood
Permissions:
Size:
15.76KB
Email:
su*****@28eme.ca
URLs:
Website
Full description:
See detailed description
Source:
Firefox Add-ons Store
Data ingested on:
2026-08-25
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Firefox add-on. Please use these information below to contact the Firefox add-on developer.
Developed by:
austinbjohnson
Firefox Add-ons Store
https://addons.mozilla.org/firefox/addon/zen-auto-tab-closer/
Email:
su*****@28eme.ca
Website:
https://www.28eme.ca

Is Zen Auto Tab Closer Safe?

Risk impact
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypassing your security settings, and accessing your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.

Zen Auto Tab Closer requires a few sensitive permissions. Exercise caution before installing.

Risk impact analysis details
  • Critical Grants access to browser tabs, which can be used to track user browsing habits and history, presenting a privacy concern.
Risk likelihood
Risk likelihood measures the probability that a Firefox add-on may turn malicious. This is determined by the publisher and the Firefox add-on reputation on Firefox Add-ons Store, the amount of time the Firefox add-on has been around, and other signals about the Firefox add-on. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Firefox add-on.

Zen Auto Tab Closer is probably trust-worthy. Prefer other publishers if available. Exercise caution when installing this add-on.

Risk likelihood analysis details
  • High This extension website URL may be invalid
  • High **** ********* *** *** **** ****** ********* ********** *** *** ** ****** ** *****
  • Low **** ********* *** ******* **** **** * ****** **** ***** ******** *** **** ****** ** ** ****** *** *****
  • Low **** ********* *** ***** **** **** * ****** **** ***** ********** *** **** ****** ** ** ****** *** *****
Extension Guard
Extension Guard

Discover every extension in use, analyze risks, and enforce blocking policies with Extension Guard

Secure Your Browser
Upgrade to see full risk analysis details

Best Zen Auto Tab Closer Alternatives

Here are some Firefox add-ons that are similar to Zen Auto Tab Closer: