WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Private Bookmark Locker

Private Bookmark Locker

View on Chrome Web Store
View Private Bookmark Locker Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (29 ratings)
1 new ratings
43 views
This extension has been viewed 43 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.

Private bookmark storage. Save and protect links with a password — only you can see them.
Type
Extension
Users
1,000 users
18
Website abbablog.me
abba4game
View author page of abba4game
Published
Published on April 17, 2025
Version 1.0.7
Manifest version
3
Updated
Updated on November 30, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Private Bookmark Locker 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",
    "name": "__MSG_app_name__",
    "default_locale": "en",
    "version": "1.0.7",
    "manifest_version": 3,
    "description": "__MSG_app_description__",
    "permissions": [
        "storage",
        "tabs",
        "sidePanel",
        "bookmarks"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "index.html"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "commands": {
        "close_all_tabs": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Set panic button to close all tabs and save them in a folder."
        },
        "save_tab": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Save current tab as bookmark."
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/www.reddit.com\/*"
    ]
}
© 2025 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