WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LockMyTab – Secure PIN Lock for Tabs

LockMyTab – Secure PIN Lock for Tabs

View on Chrome Web Store
View LockMyTab – Secure PIN Lock for Tabs Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

Protect your privacy by locking individual browser tabs with a secure 4-digit PIN. Secure, fast, and easy to use.
Type
Extension
Users
1 users
1
chirag baser
View author page of chirag baser
Published
Published on January 23, 2026
Version 2.0.0
Manifest version
3
Updated
Updated on February 11, 2026
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View LockMyTab – Secure PIN Lock for 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": "LockMyTab \u2013 Secure PIN Lock for Tabs",
    "version": "2.0.0",
    "description": "Protect your privacy by locking individual browser tabs with a secure 4-digit PIN. Secure, fast, and easy to use.",
    "permissions": [
        "storage",
        "tabs",
        "idle",
        "activeTab"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "setup.html",
                "setup.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "lockmytab@chrg_bsr.com",
            "strict_min_version": "109.0",
            "data_collection_permissions": {
                "required": [
                    "none"
                ]
            }
        }
    },
    "commands": {
        "lock-current-tab": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L"
            },
            "description": "Lock the current tab immediately"
        }
    }
}
© 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