WebExtension.net
Toggle dark mode
WebExtension.net

Bitwarden Password Manager

View on Chrome Web Store
View Bitwarden Password Manager Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (6,957 ratings)
20 new ratings
106 views
This extension has been viewed 106 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

At home, at work, or on the go, Bitwarden easily secures all your passwords, passkeys, and sensitive information
Type
Extension
Users
4,000,000 users
1M
Website bitwarden.com
Bitwarden Inc.
View author page of Bitwarden Inc.
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 24, 2016
Version 2025.1.0
Manifest version
3
Updated
Updated on January 17, 2025
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Bitwarden Password Manager 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,
    "minimum_chrome_version": "102.0",
    "name": "__MSG_extName__",
    "short_name": "__MSG_appName__",
    "version": "2025.1.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "author": "Bitwarden Inc.",
    "homepage_url": "https:\/\/bitwarden.com",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/content-message-handler.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.xml*",
                "file:\/\/\/*.xml*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "content\/autofill.css"
            ],
            "js": [
                "content\/trigger-autofill-script-injection.js",
                "content\/misc-utils.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.xml*",
                "file:\/\/\/*.xml*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "content\/lp-fileless-importer.js"
            ],
            "matches": [
                "https:\/\/lastpass.com\/export.php"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Bitwarden",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "idle",
        "offscreen",
        "scripting",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "optional_permissions": [
        "nativeMessaging",
        "privacy"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'"
    },
    "sandbox": {
        "pages": [
            "overlay\/menu-button.html",
            "overlay\/menu-list.html",
            "overlay\/button.html",
            "overlay\/list.html"
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+U"
            },
            "description": "__MSG_commandOpenPopup__"
        },
        "autofill_login": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "__MSG_commandAutofillLoginDesc__"
        },
        "autofill_card": {
            "description": "__MSG_commandAutofillCardDesc__"
        },
        "autofill_identity": {
            "description": "__MSG_commandAutofillIdentityDesc__"
        },
        "generate_password": {
            "suggested_key": {
                "default": "Ctrl+Shift+9"
            },
            "description": "__MSG_commandGeneratePasswordDesc__"
        },
        "lock_vault": {
            "description": "__MSG_commandLockVaultDesc__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/fido2-page-script.js",
                "notification\/bar.html",
                "images\/icon38.png",
                "images\/icon38_locked.png",
                "overlay\/menu-button.html",
                "overlay\/menu-list.html",
                "overlay\/menu.html",
                "overlay\/button.html",
                "overlay\/list.html",
                "popup\/fonts\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "storage": {
        "managed_schema": "managed_schema.json"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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