web2FA - Browser Authenticator

Easily generate two factor authentication - 2FA - or one-time password - OTP - codes in your browser with web2FA Authenticator.

web2FA - Browser Authenticatorとは何ですか?

web2FA - Browser Authenticatorはhicallmealによって開発されたChromeの拡張機能で、その主な機能は「Easily generate two factor authentication - 2FA - or one-time password - OTP - codes in your browser with web2FA Authenticator.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Tired of needing to take out your phone every time you sign in everywhere? What if your phone's dead? web2FA is your solution.

Protect your accounts with two-factor authentication - 2FA, with convenience.

How to use:
Simply drag over and scan QR codes to add accounts.
Paste in 2FA codes in when needed.

- Minimal, works offline, no account needed
- Supports all accounts - Twitter, Instagram, Google + more 
- Easily import from other authenticators
- Unlimited accounts
- Easily backup

It's still recommended you have primary source of 2FA codes.                    

拡張機能の基本情報

名前 web2FA - Browser Authenticator web2FA - Browser Authenticator
ID gmegpkknicehidppoebnmbhndjigpica
公式URL https://chromewebstore.google.com/detail/web2fa-browser-authentica/gmegpkknicehidppoebnmbhndjigpica
説明 Easily generate two factor authentication - 2FA - or one-time password - OTP - codes in your browser with web2FA Authenticator.
ファイルサイズ 488 KB
インストール数 524
現在のバージョン 1.5.2.1
最終更新日 2023-03-15
公開日 2022-02-17
評価 4.25/5 合計 4 レビュー
開発者 hicallmeal
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "web2FA - Browser Authenticator",
    "description": "Easily generate two factor authentication - 2FA - or one-time password - OTP - codes in your browser with web2FA Authenticator.",
    "version": "1.5.2.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "web2FA"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/jsOTP.min.js",
                "scripts\/qrcode.js",
                "scripts\/content_script.js"
            ],
            "css": [
                "scripts\/injected_css.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}