web2FA - Browser Authenticator

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

Co je web2FA - Browser Authenticator?

web2FA - Browser Authenticator je rozšíření Chrome vyvinuté hicallmeal, a jeho hlavní funkcí je „Easily generate two factor authentication - 2FA - or one-time password - OTP - codes in your browser with web2FA Authenticator.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření web2FA - Browser Authenticator

Stáhněte si soubory rozšíření web2FA - Browser Authenticator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název web2FA - Browser Authenticator web2FA - Browser Authenticator
ID gmegpkknicehidppoebnmbhndjigpica
Oficiální URL https://chromewebstore.google.com/detail/web2fa-browser-authentica/gmegpkknicehidppoebnmbhndjigpica
Popis Easily generate two factor authentication - 2FA - or one-time password - OTP - codes in your browser with web2FA Authenticator.
Velikost souboru 488 KB
Počet instalací 524
Aktuální Verze 1.5.2.1
Poslední Aktualizace 2023-03-15
Datum Vydání 2022-02-17
Hodnocení 4.25/5 Celkem 4 Hodnocení
Vývojář hicallmeal
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}