WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Kill Clone Tabs

Kill Clone Tabs

View on Chrome Web Store
View Kill Clone Tabs Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (16 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Find and close duplicate tabs. Sort, group, and manage tabs. Highlight text on pages. Copy tab URLs. Boost your productivity!
Type
Extension
Users
530 users
1
v.do***************
View author page of v.do***************
Published
Published on November 21, 2016
Version 1.70
Manifest version
3
Updated
Updated on January 16, 2026
productivity/workflow
Extension Category
View on Chrome Web Store
View Kill Clone Tabs Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kill Clone Tabs",
    "version": "1.70",
    "description": "Find and close duplicate tabs. Sort, group, and manage tabs. Highlight text on pages. Copy tab URLs. Boost your productivity!",
    "icons": {
        "16": "images\/KillClonesIcon16.png",
        "48": "images\/KillClonesIcon48.png",
        "128": "images\/KillClonesIcon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/KillClonesIcon16.png",
            "24": "images\/KillClonesIcon24.png",
            "32": "images\/KillClonesIcon32.png"
        },
        "default_title": "Kill Clone Tabs: Duplicate Tab Cleaner",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "eventPage.js",
        "type": "module"
    },
    "author": "Viacheslav Dovnich",
    "permissions": [
        "tabs",
        "storage",
        "history",
        "tabGroups"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "commands": {
        "toggle-grouping": {
            "suggested_key": {
                "default": "Alt+Shift+G",
                "mac": "Alt+Shift+G"
            },
            "description": "Toggle native tab grouping"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top