AdsPower Authenticator

2FA codes generator and auto-login manager. Together with the AdsPower browser, this tool makes the Internet a safer place.

AdsPower Authenticatorとは何ですか?

AdsPower Authenticatorはhttps://adspower.comによって開発されたChromeの拡張機能で、その主な機能は「2FA codes generator and auto-login manager. Together with the AdsPower browser, this tool makes the Internet a safer place.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

AdsPower Authenticator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        AdsPower Authenticator makes your login safer and faster. With the help it, you can save all your passwords, fill forms and complete auto-logins.

​🌎 Applicable to all websites
    ● Quickly log in to your account on Facebook, Google, Amazon and other websites.

📟 Generate 2FA verification codes
    ● For generating 2FA verification codes; TOTP 2FA supported.
    ● Manage 2FA keys to all websites in one place to avoid losing or forgetting the keys.

⚡️Quick login
    ● Right-click menu with quick login feature for immediate access to account information.
    ● Auto-fill in login information, saving the time of manually typing.

🔒Data security  
    ● AES 256 encryption employed to secure user data and avoid password leaks.
    ● All data are encrypted and stored on local devices, and will never be uploaded to cloud.

👩‍💻Type-as-human
    ● Simulate human typing when filling our passwords to avoid detection of copy-and-paste actions.                    

拡張機能の基本情報

名前 AdsPower Authenticator AdsPower Authenticator
ID chcmmdbpbocmnmbhpbjchdgjjhbnfige
公式URL https://chromewebstore.google.com/detail/adspower-authenticator/chcmmdbpbocmnmbhpbjchdgjjhbnfige
説明 2FA codes generator and auto-login manager. Together with the AdsPower browser, this tool makes the Internet a safer place.
ファイルサイズ 865 KB
インストール数 409
現在のバージョン 0.1.7
最終更新日 2024-02-29
公開日 2023-10-07
評価 5.00/5 合計 1 レビュー
開発者 https://adspower.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.adspower.net/?code=cdyhqt&source=authenticator
プライバシーポリシーページのURL https://www.adspower.com/privacy-policy
対応言語 en,vi,es,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "version": "0.1.7",
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_ext_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.adspower.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}