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 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 246 | 4.33 | 3 | 0.8.3 |
| Apr 21, 2026 | 256 | 4.33 | 3 | 0.8.3 |
| May 6, 2026 | 289 | 4.50 | 4 | 0.8.3 |
| May 11, 2026 | 300 | 4.50 | 4 | 0.8.3 |
| May 17, 2026 | 293 | 4.50 | 4 | 0.8.3 |
| May 23, 2026 | 294 | 4.50 | 4 | 0.8.3 |
| May 30, 2026 | 293 | 4.50 | 4 | 0.8.3 |
| Jun 5, 2026 | 292 | 4.50 | 4 | 0.8.3 |
| Jun 13, 2026 | 296 | 4.50 | 4 | 0.8.3 |
| Now | 284 | 4.50 | 4 | 0.8.3 |
Changelog
- May 6, 2026description
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
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.
No Duplicate Tabs
Automatically prevents duplicate tabs by focusing existing tabs with the same URL instead of creating new ones.
8
Close duplicate tab
Close duplicate tab on current window.
5.0K
★ 4.5
Duplicate Tab Helper
Prevent duplicate tabs effortlessly.
3.0K
★ 3.4
Advanced Tab Manager
Comprehensive tab management: close duplicates, star favorites, set reminders, and organize your tabs
4
tab-killer
A chrome extension for closing duplicate tabs, and so on.
705
★ 4.3
Duplicate Tabs Closer (Monika [Peuj])
Duplicate Tabs Closer
3.0K
★ 4.8
Clear Tabs
This extension clears all but the active tab in your browser.
1.0K
★ 4.8
xTab
Limit the maximum number of tabs that can be open at the same time.
40.0K
★ 3.9
Data sourced from the Chrome Web Store · last verified Jun 13, 2026.