WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Steganos Password Manager

Steganos Password Manager

View on Chrome Web Store
View Steganos Password Manager Chrome Extension on Chrome Web Store
Add to bookmarks
3.5 (39 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.

Steganos Password Manager Extension. Saves and fills your passwords automatically.
Type
Extension
Users
9,000 users
1K
Steganos
View author page of Steganos
Published
Published on January 31, 2014
Version 22.4.7
Manifest version
3
Updated
Updated on May 15, 2024
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Steganos 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,
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "web\/log.js",
                "web\/guess_base.js",
                "web\/guess_userdata.js",
                "web\/guess_register.js",
                "web\/guess_login.js",
                "web\/docload.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": false,
            "js": [],
            "css": [
                "web\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "22.4.7",
    "version_name": "22.4.7.3132",
    "author": "Steganos Software GmbH",
    "homepage_url": "https:\/\/www.steganos.com",
    "default_locale": "en",
    "icons": {
        "16": "logos\/logo16.png",
        "48": "logos\/logo48.png",
        "96": "logos\/logo96.png",
        "128": "logos\/logo128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logos\/logo16.png",
                "web\/img\/generate_password_icon.png",
                "web\/img\/create_entry_icon.png",
                "web\/img\/product_icon.png",
                "web\/img\/icon_closed.png",
                "web\/style.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "logos\/logo16.png",
            "48": "logos\/logo48.png",
            "96": "logos\/logo96.png",
            "128": "logos\/logo128.png"
        }
    },
    "content_security_policy": []
}
© 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