WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
DefTab: Smart Tab Protector

DefTab: Smart Tab Protector

View on Chrome Web Store
View DefTab: Smart Tab Protector Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (15 ratings)
1 new ratings
28 views
This extension has been viewed 28 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.

The ultimate defense for your tabs. Smart Tab Protector with Undo Close, exceptions, and more to prevent accidental data loss.
Type
Extension
Users
48 users
2
CepeshRC
View author page of CepeshRC
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 1, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on September 19, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View DefTab: Smart Tab Protector 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": "DefTab: Smart Tab Protector",
    "version": "1.0.1",
    "description": "The ultimate defense for your tabs. Smart Tab Protector with Undo Close, exceptions, and more to prevent accidental data loss.",
    "author": "Vadim Trebushnyi(Cepesh)",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "sessions"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "assets\/css\/content.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "DefTab: Don't Close My Tab",
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "commands": {
        "toggle-protection": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W"
            },
            "description": "Toggle site in exceptions list"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/vendor\/fontawesome\/css\/all.min.css",
                "assets\/vendor\/fontawesome\/webfonts\/*",
                "assets\/fonts\/inter\/*.ttf",
                "onboarding\/deftab.html",
                "onboarding\/deftab.css",
                "onboarding\/deftab.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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