WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Pleasant Password Server Auto-Filler

Pleasant Password Server Auto-Filler

View on Chrome Web Store
View Pleasant Password Server Auto-Filler Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (5 ratings)
1 new 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.

Access & fill site passwords with Pleasant Password Server
Type
Extension
Users
9,000 users
1K
PPass Software Inc.
View author page of PPass Software Inc.
Published
Published on December 26, 2020
Version 1.0.33
Manifest version
3
Updated
Updated on July 4, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Pleasant Password Server Auto-Filler 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",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlEkgVmWh\/af\/4MZH3AYVE6G8brVFiab0sJmgNJiFMsleJdo3JZSrt1mph6lAtwRy61epy8lR2JUQ9R1I0U2AyFeEUyoQCzRYhJkoOSlowUf3CIZ0vnmAEXGLaWlgZGSVhMseHxy\/S\/y\/OEjgpvkjP5t1hOktqEGRdYG9UH5irhxAsRrSrI\/GrZvngX\/0TeKeKH\/LHKtWA6m5Zcl\/3mLNvx2ToxtbYG8hkxYPL04iXjncATg7I6c6+UB6HmaykiG7z6iCnGu2Mh2vslJFfqUKkPJ\/6m\/0fiIYlOph\/MRfAS10VC2R+ApxjIJ5higXMt807SYzrT1Baq\/RYiZeN7w3XQIDAQAB",
    "name": "__MSG_extensionName__",
    "version": "1.0.33",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "identity",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background-scripts\/background.js"
    },
    "action": {
        "default_popup": "views\/popup.htm",
        "default_icon": {
            "16": "images\/ppass-icon-grey-16_solid.png",
            "32": "images\/ppass-icon-grey-32.png",
            "48": "images\/ppass-icon-grey-48.png",
            "128": "images\/ppass-icon-grey-128.png"
        }
    },
    "icons": {
        "16": "images\/ppass-transparent-icon-16.png",
        "32": "images\/ppass-transparent-icon-32.png",
        "48": "images\/ppass-transparent-icon-48.png",
        "128": "images\/ppass-transparent-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "jquery.js",
                "images\/*",
                "styles\/*",
                "views\/*",
                "styles\/fonts\/*",
                "bootstrap-4.5.2-dist\/*\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "styles\/ppass-page-styles.css"
            ],
            "js": [
                "jquery.js",
                "messages\/iframe-change-response.js",
                "messages\/login-captured-message.js",
                "messages\/get-settings-request.js",
                "messages\/inject-scripts-message.js",
                "messages\/credential-password-request.js",
                "content-scripts\/validate.js",
                "content-scripts\/prompt-manager.js",
                "content-scripts\/injector.js"
            ]
        }
    ]
}
© 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