WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bitdefender SecurePass

Bitdefender SecurePass

View on Chrome Web Store
View Bitdefender SecurePass Chrome Extension on Chrome Web Store
Add to bookmarks
2.8 (375 ratings)
2 new ratings
55 views
This extension has been viewed 55 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.

Vault-like protection for passwords and sensitive data across all your devices.
Type
Extension
Users
100,000 users
10K
Website bitdefender.com
Bitdefender
View author page of Bitdefender
Published
Published on January 8, 2024
Version 1.2.8
Manifest version
3
Updated
Updated on November 26, 2025
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Bitdefender SecurePass 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": "Bitdefender SecurePass",
    "short_name": "Bitdefender SecurePass",
    "author": "Bitdefender",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2.8",
    "homepage_url": "https:\/\/bitdefender.com\/",
    "incognito": "not_allowed",
    "action": {
        "default_icon": "data\/img\/icon-32-disabled.png",
        "default_popup": "data\/default_popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "privacy",
        "notifications",
        "tabs",
        "clipboardWrite",
        "webRequest",
        "webRequestAuthProvider",
        "offscreen"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "icons": {
        "16": "data\/img\/icon-16.png",
        "32": "data\/img\/icon-32.png",
        "48": "data\/img\/icon-48.png",
        "64": "data\/img\/icon-64.png",
        "128": "data\/img\/icon-128.png"
    },
    "omnibox": {
        "keyword": "pp"
    },
    "background": {
        "service_worker": "data\/js\/background-chrome.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "data\/css\/lib\/cssreset-context-min.css"
            ],
            "js": [
                "data\/js\/lib\/uuid.js",
                "data\/js\/extension\/worker-content-script-base.js",
                "data\/js\/extension\/worker-content-script.js",
                "data\/js\/extension\/worker-content-script-oidc-saml.js",
                "data\/js\/extension\/worker-content-script-elster.js",
                "data\/js\/extension\/worker-content-script-notification-bar.js",
                "data\/js\/extension\/worker-content-script-cc-autofill.js",
                "data\/js\/extension\/worker-content-script-cc-autofill-disabled-notification.js",
                "data\/js\/extension\/worker-content-script-unlock-with-pin.js",
                "data\/js\/content-script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "options_page": "data\/index.html#!\/settings",
    "web_accessible_resources": [
        {
            "resources": [
                "data\/fonts\/*.woff2",
                "data\/css\/contentscript.css",
                "data\/img\/psono-encrypt.png",
                "data\/img\/psono-decrypt.png",
                "data\/notification-bar.html",
                "data\/cc-autofill-notification.html",
                "data\/cc-autofill-disabled-notification.html",
                "data\/login-rules\/*",
                "data\/unlock-with-pin.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    }
}
© 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