WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

Password Protect PDF

View on Chrome Web Store
View Password Protect PDF Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (6 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Password Protect PDF: Encrypt PDFs & secure them with strong passwords. Check password strength for ultimate file security.
Type
Extension
Users
131 users
4
dreambuilder.first
View author page of dreambuilder.first
Published
Published on February 8, 2025
Version 1.1.1
Manifest version
3
Updated
Updated on March 11, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Password Protect PDF 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": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "version": "1.1.1",
    "default_locale": "en",
    "icons": {
        "48": "logo\/lg_48x48.png",
        "64": "logo\/lg_64x64.png",
        "96": "logo\/lg_96x96.png",
        "128": "logo\/lg_128x128.png",
        "256": "logo\/lg_256x256.png"
    },
    "action": {
        "default_title": "Password Protect PDF"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.wasm",
                "assets\/pdf-icon.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}
© 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