WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
LastPass: Free Password Manager

LastPass: Free Password Manager

View on Chrome Web Store
4.3 (28,320 ratings)
2 new ratings
16 views

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

LastPass is an award-winning password manager for secure credential management on any device.
Type
Extension
Users
9,000,000 users
1M
LastPass
Published
Version 4.142.0
Manifest version
3
Updated
productivity/workflow
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LastPass: Free Password Manager",
    "author": "LastPass",
    "version": "4.142.0",
    "description": "__MSG_appDesc__",
    "omnibox": {
        "keyword": "lp"
    },
    "permissions": [
        "scripting",
        "tabs",
        "notifications",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestAuthProvider",
        "offscreen",
        "alarms"
    ],
    "optional_permissions": [
        "nativeMessaging",
        "privacy",
        "clipboardWrite"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background-redux-new.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; frame-src 'self' https:\/\/lastpass.com https:\/\/lastpass.eu; connect-src 'self' https:\/\/lastpass.com https:\/\/login.microsoftonline.com https:\/\/graph.microsoft.com https:\/\/login.microsoftonline.us https:\/\/graph.microsoft.us https:\/\/*.oktapreview.com https:\/\/*.okta.com https:\/\/*.okta-emea.com https:\/\/*.pingone.com https:\/\/*.pingone.ca https:\/\/*.pingone.eu https:\/\/*.pingone.asia https:\/\/accounts.google.com https:\/\/www.googleapis.com https:\/\/openidconnect.googleapis.com https:\/\/content.googleapis.com https:\/\/*.onelogin.com https:\/\/accounts.lastpass.com wss:\/\/*.lastpass.com wss:\/\/*.lastpass.eu https:\/\/*.lastpass.com https:\/\/lastpass.eu https:\/\/browser-intake-datadoghq.com; img-src 'self' data: blob:; style-src 'self' 'unsafe-inline';"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/cis.corp.com\/spl\/cis.jsp",
                "https:\/\/lastpass.com\/extension-toolbar-messages"
            ],
            "js": [
                "web-client-content-script.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/lastpass.com\/vault\/*",
                "https:\/\/lastpass.com\/migrate\/*"
            ],
            "js": [
                "vault-sync-document-start.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.lastpass.com\/create-account\/success*"
            ],
            "js": [
                "redirect-to-vault-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/lastpass.com\/*",
                "https:\/\/backoffice.lastpass.com\/*"
            ],
            "js": [
                "web-client-web-federated-login-document-start.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "preferences.html",
        "open_in_tab": true
    },
    "icons": {
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "action": {
        "default_title": "LastPass",
        "default_popup": "webclient-extension-toolbar.html",
        "default_icon": {
            "19": "images\/iconset2\/19x19_Gray.png",
            "38": "images\/iconset2\/19x19_Gray_2x.png"
        }
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "webclient-infield.html",
                "webclient-tab-prompt.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en"
}
© 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.