WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Privacy Expert Password Manager

Privacy Expert Password Manager

View on Chrome Web Store
View Privacy Expert Password Manager 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.

An easy-to-use password manager for creating, keeping and using secure passwords.
Type
Extension
Users
47 users
1
IDnotify
View author page of IDnotify
Published
Published on November 8, 2023
Version 1.2.1
Manifest version
3
Updated
Updated on November 8, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View Privacy Expert 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,
    "version": "1.2.1",
    "name": "Privacy Expert Password Manager",
    "description": "An easy-to-use password manager for creating, keeping and using secure passwords.",
    "icons": {
        "48": "brand\/assets\/images\/icon-48.png"
    },
    "permissions": [
        "alarms",
        "downloads",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/index.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/url.invalid\/*"
            ],
            "js": [
                "content\/cognito_redirect_handler.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "48": "brand\/assets\/images\/status-locked-32.png"
        },
        "default_title": "Unbranded Password Manager",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "brand\/*.json",
                "brand\/assets\/icons\/*",
                "brand\/assets\/images\/*",
                "brand\/assets\/fonts\/*",
                "gen\/strings.*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}
© 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