TweakPass: Free Password Manager

Manage your passwords on a single click

TweakPass: Free Password Managerとは何ですか?

TweakPass: Free Password Managerはhttps://www.tweaking.inによって開発されたChromeの拡張機能で、その主な機能は「Manage your passwords on a single click」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

TweakPass: Free Password Manager拡張機能のCRXファイルをダウンロード

TweakPass: Free Password Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        TweakPass is a robust browser extension for Chrome that saves your passwords securely and allows you to auto login to sites, fill forms and generate secure passwords.

No need to remember multiple passwords as a single, Master Password will simplify your digital life. Save websites, usernames and passwords in the Vault and auto login to your sites. Not only this, all the imported and saved data is synced between the TweakPass app and Browser Extension, for easy access of data.

Store Everything:

- Save usernames and passwords to make login easy 
- Secure notes and store encrypted data
- An easy way to save all your secure and confidential data 
- Store all important data in one place
- Add, modify, view, delete, and manage passwords for all accounts

Universal Access:

- TweakPass can be used on any computer and laptop with Chrome/Firefox/Opera/Edge
- Use same login to access TweakPass account anywhere
- Instant data syncing to make data available across all the devices

Enhanced Security:

- Generate strong and complicated passwords to protect against cyber threats
- Create new random passwords for each site you visit and sign up
- Add an additional layer of security with Required Password Prompt option 
- Encrypt data both at device level and server end

Make Digital Life Simple:

- Single Master Password for all accounts
- Generate strong passwords without much ado
- Automatically login to sites with saved passwords
- Secure all your passwords in the Vault 

Learn more about features and get TweakPass for Firefox, Opera and Edge by visiting: www.tweakpass.com                    

拡張機能の基本情報

名前 TweakPass: Free Password Manager TweakPass: Free Password Manager
ID kmbjcfefmceiibhnddbeenklcmpehmdd
公式URL https://chromewebstore.google.com/detail/tweakpass-free-password-m/kmbjcfefmceiibhnddbeenklcmpehmdd
説明 Manage your passwords on a single click
ファイルサイズ 3.84 MB
インストール数 702
現在のバージョン 1.0.39
最終更新日 2022-04-29
公開日 2019-12-09
評価 5.00/5 合計 10 レビュー
開発者 https://www.tweaking.in
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.tweakpass.com
ヘルプページのURL https://www.tweaking.in/contactus
プライバシーポリシーページのURL http://www.stopallads.com/en/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TweakPass: Free Password Manager",
    "description": "Manage your passwords on a single click",
    "version": "1.0.39",
    "browser_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"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "common\/js\/jquery.min.js",
            "common\/js\/fingerprint2.js",
            "common\/js\/CallClasses.js",
            "common\/js\/db.js",
            "common\/js\/CommonHelper.js",
            "common\/js\/helperLib.js",
            "common\/js\/parseHelper.js",
            "common\/js\/background.js",
            "common\/js\/passwordScore.js",
            "common\/js\/zxcvbn.js",
            "common\/js\/defiant.min.js",
            "common\/js\/psl.min.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/vault.tweakpass.com\/*",
            "*:\/\/tweakpass.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "",
        "webNavigation",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "common\/js\/jquery.min.js",
                "common\/js\/defiant.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*",
                ""
            ],
            "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:\/\/\/*",
                ""
            ],
            "run_at": "document_end",
            "content_security_policy": "script-src 'self'"
        }
    ],
    "web_accessible_resources": [
        "common\/logo\/icon-16.png",
        "common\/html\/DialogListSites.html",
        "common\/html\/DialogSavePopup.html"
    ]
}