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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}