WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TweakPass: Free Password Manager

TweakPass: Free Password Manager

View on Chrome Web Store
View TweakPass: Free Password Manager Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (10 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.

Manage your passwords on a single click
Type
Extension
Users
821 users
8
Tweaking Technologies
View author page of Tweaking Technologies
Published
Published on March 21, 2019
Version 2.0.5
Manifest version
3
Updated
Updated on October 15, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View TweakPass: Free 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,
    "name": "TweakPass: Free Password Manager",
    "description": "Manage your passwords on a single click",
    "version": "2.0.5",
    "action": {
        "default_icon": {
            "19": "common\/logo\/logo-gray-19.png",
            "38": "common\/logo\/logo-gray-38.png"
        },
        "default_popup": "common\/html\/popup.html",
        "default_title": "TweakPass"
    },
    "icons": {
        "16": "common\/logo\/logo-16.png",
        "32": "common\/logo\/logo-32.png",
        "48": "common\/logo\/logo-48.png",
        "128": "common\/logo\/logo-128.png"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "tabs",
        "activeTab",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "<all_urls>"
    ],
    "background": {
        "service_worker": "common\/js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "common\/js\/jquery.min.js",
                "common\/js\/defiant.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*",
                "<all_urls>"
            ],
            "run_at": "document_start",
            "content_security_policy": "script-src 'self'"
        },
        {
            "all_frames": true,
            "js": [
                "common\/js\/inject.js",
                "common\/js\/psl.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*",
                "<all_urls>"
            ],
            "run_at": "document_end",
            "content_security_policy": "script-src 'self'"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/vault.tweakpass.com\/*",
            "*:\/\/tweakpass.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "common\/logo\/icon-16.png",
                "common\/html\/DialogListSites.html",
                "common\/html\/DialogSavePopup.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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