WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LasTabGuard: Stop Window From Closing With Last Tab

LasTabGuard: Stop Window From Closing With Last Tab

View on Chrome Web Store
View LasTabGuard: Stop Window From Closing With Last Tab Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (12 ratings)
1 new ratings
47 views
This extension has been viewed 47 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.

Don't Close your Window by Accident. Save the Last Tab to keep your window open and prevent you from Losing the active Work Session.
Type
Extension
Users
49 users
1
CepeshRC
View author page of CepeshRC
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 9, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on January 6, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View LasTabGuard: Stop Window From Closing With Last Tab 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": "LasTabGuard: Stop Window From Closing With Last Tab",
    "version": "1.0.0",
    "description": "Don't Close your Window by Accident. Save the Last Tab to keep your window open and prevent you from Losing the active Work Session.",
    "author": "Vadym Trebushnyi(CepeshRC)",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/extensionpay.com\/*",
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "LasTabGuard",
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options\/options.html",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "anchor\/*",
                "assets\/icons\/*",
                "assets\/fonts\/orbiton\/*",
                "assets\/fonts\/montserrat\/*",
                "assets\/vendor\/fontawesome\/webfonts\/*",
                "success\/*"
            ],
            "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