Duplicate Tabs Preventor

Prevent duplicate tabs

As of June 2026, Duplicate Tabs Preventor has 284 users and a 4.50/5 rating from 4 reviews in the Workflow & Planning category.

Usersup 15.4 percent+15.4%
284
284
Ratingup 3.9 percent+3.9%
4.50
4 reviews
Reviewsup 33.3 percent+33.3%
4
Version
0.8.3
Manifest V3

History

9 snapshots

Tracking since Apr 1, 2026.

304.32273241.68Apr 1, 2026Jun 13, 2026
View as table
DateUsersRatingReviewsVersion
Apr 1, 20262464.3330.8.3
Apr 21, 20262564.3330.8.3
May 6, 20262894.5040.8.3
May 11, 20263004.5040.8.3
May 17, 20262934.5040.8.3
May 23, 20262944.5040.8.3
May 30, 20262934.5040.8.3
Jun 5, 20262924.5040.8.3
Jun 13, 20262964.5040.8.3
Now2844.5040.8.3

Changelog

  • May 6, 2026
    description
    Prevent duplicate tabs
    
    | Origin from Prevent Duplicate Tabs, update via V3
    
    
    Prevents automatic creation of new tabs or repeating tabs when two or more tabs have the same addresses
    
    The process of closing repeated tabs is automatic based on the settings that you can determine within the extension/add-on, it is also possible to quickly disable and activate the add-on without having to access the extensions panel.
    
    You can add a host or URL to specify as an exception so that the add-on doesn't close repeating tabs.
    
    The extension/add-on has support for closing repeated tabs in incognito/incognito mode, but this works in isolation and will not share any information from incognito mode with normal mode, they are completely separate actions.
    
    Among the settings you can choose to consider or disregard querystring and hashes in URLs as a factor to differentiate them.
    
    It is also possible to configure if you prefer to close the oldest tabs and if you want to prevent the active tab (currently visible) from being closed.
    
    Closing tabs works based on Chrome API events and you can disable or re-enable such events within the extension/add-on:
    
    
    * Start event - Close repeated tabs when your browser is launched
    * Update event - Close repeated tabs when a tab is updated, more details in tabs.onUpdated.addListener
    * Create event - Close repeated tabs when a new tab is created, more details in tabs.onCreated.addListener
    * Replace event - Close repeated tabs when a tab is replaced with another tab due to prerendering or instant, more details in tabs.onReplaced.addListener
    * Attach event - Close repeated tabs when a tab is attached to another window or detached (creating a new window), more details in tabs.onAttached.addListener
    * Datachange event - Close repeated tabs when you change "sort order", "URLs", "others" and "events" configurations from extension
    
    
    Release Notes:
    - 0.8.3-2025-06: This update introduces a fully revamped cloud sync system with safer version control, in-page status feedback, and improved reliability across Chrome restarts.
    - 0.8.2-2025-04: add config settings page, fulfill the config backup and export/import function
    - 0.8.1: updated api call under rules of V3
    Prevent duplicate tabs
    
    # UPDATES 2026-04: This plugin will NO LONGER be maintained. To provide a better user experience, I’ve developed a new version of a Chrome tab manager extension and migrated all the features from this plugin to it. You’re welcome to try it out and share any feedback or feature requests. TABHarbor: https://chromewebstore.google.com/detail/tabharbor/gpjfhikboplgcknfijfbkpkmjhnggleh
    
    | Origin from Prevent Duplicate Tabs, update via V3
    
    
    Prevents automatic creation of new tabs or repeating tabs when two or more tabs have the same addresses
    
    The process of closing repeated tabs is automatic based on the settings that you can determine within the extension/add-on, it is also possible to quickly disable and activate the add-on without having to access the extensions panel.
    
    You can add a host or URL to specify as an exception so that the add-on doesn't close repeating tabs.
    
    The extension/add-on has support for closing repeated tabs in incognito/incognito mode, but this works in isolation and will not share any information from incognito mode with normal mode, they are completely separate actions.
    
    Among the settings you can choose to consider or disregard querystring and hashes in URLs as a factor to differentiate them.
    
    It is also possible to configure if you prefer to close the oldest tabs and if you want to prevent the active tab (currently visible) from being closed.
    
    Closing tabs works based on Chrome API events and you can disable or re-enable such events within the extension/add-on:
    
    
    * Start event - Close repeated tabs when your browser is launched
    * Update event - Close repeated tabs when a tab is updated, more details in tabs.onUpdated.addListener
    * Create event - Close repeated tabs when a new tab is created, more details in tabs.onCreated.addListener
    * Replace event - Close repeated tabs when a tab is replaced with another tab due to prerendering or instant, more details in tabs.onReplaced.addListener
    * Attach event - Close repeated tabs when a tab is attached to another window or detached (creating a new window), more details in tabs.onAttached.addListener
    * Datachange event - Close repeated tabs when you change "sort order", "URLs", "others" and "events" configurations from extension
    
    
    Release Notes:
    - 0.8.3-2025-06: This update introduces a fully revamped cloud sync system with safer version control, in-page status feedback, and improved reliability across Chrome restarts.
    - 0.8.2-2025-04: add config settings page, fulfill the config backup and export/import function
    - 0.8.1: updated api call under rules of V3

Permissions & access

Permissions
tabsstoragedownloads
Host access
*://*/*

Screenshots

Duplicate Tabs Preventor screenshot 1Duplicate Tabs Preventor screenshot 2

About

Prevent duplicate tabs

# UPDATES 2026-04: This plugin will NO LONGER be maintained. To provide a better user experience, I’ve developed a new version of a Chrome tab manager extension and migrated all the features from this plugin to it. You’re welcome to try it out and share any feedback or feature requests. TABHarbor: https://chromewebstore.google.com/detail/tabharbor/gpjfhikboplgcknfijfbkpkmjhnggleh

| Origin from Prevent Duplicate Tabs, update via V3


Prevents automatic creation of new tabs or repeating tabs when two or more tabs have the same addresses

The process of closing repeated tabs is automatic based on the settings that you can determine within the extension/add-on, it is also possible to quickly disable and activate the add-on without having to access the extensions panel.

You can add a host or URL to specify as an exception so that the add-on doesn't close repeating tabs.

The extension/add-on has support for closing repeated tabs in incognito/incognito mode, but this works in isolation and will not share any information from incognito mode with normal mode, they are completely separate actions.

Among the settings you can choose to consider or disregard querystring and hashes in URLs as a factor to differentiate them.

It is also possible to configure if you prefer to close the oldest tabs and if you want to prevent the active tab (currently visible) from being closed.

Closing tabs works based on Chrome API events and you can disable or re-enable such events within the extension/add-on:


* Start event - Close repeated tabs when your browser is launched
* Update event - Close repeated tabs when a tab is updated, more details in tabs.onUpdated.addListener
* Create event - Close repeated tabs when a new tab is created, more details in tabs.onCreated.addListener
* Replace event - Close repeated tabs when a tab is replaced with another tab due to prerendering or instant, more details in tabs.onReplaced.addListener
* Attach event - Close repeated tabs when a tab is attached to another window or detached (creating a new window), more details in tabs.onAttached.addListener
* Datachange event - Close repeated tabs when you change "sort order", "URLs", "others" and "events" configurations from extension


Release Notes:
- 0.8.3-2025-06: This update introduces a fully revamped cloud sync system with safer version control, in-page status feedback, and improved reliability across Chrome restarts.
- 0.8.2-2025-04: add config settings page, fulfill the config backup and export/import function
- 0.8.1: updated api call under rules of V3

Technical

Version
0.8.3
Manifest
V3
Size
74.9KiB
Min Chrome
104
Languages
7
Featured
No

Metadata

ID
laeknjbiaekknfenpohpiekbenilbdpg
Developer ID
u463f038c84b7573c29df8845d1f51953
Developer Email
[email protected]
Created
Apr 26, 2025
Last Updated (Store)
Apr 27, 2026
Last Scraped
Jun 13, 2026
Website
Support URL

Similar extensions

Alternatives to Duplicate Tabs Preventor, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 13, 2026.