web2FA - Browser Authenticator

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

Was ist web2FA - Browser Authenticator?

web2FA - Browser Authenticator ist eine Chrome-Erweiterung, die von hicallmeal entwickelt wurde, und ihr Hauptmerkmal ist "Easily generate two factor authentication - 2FA - or one-time password - OTP - codes in your browser with web2FA Authenticator.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

web2FA - Browser Authenticator-Erweiterungs-CRX-Datei herunterladen

Laden Sie web2FA - Browser Authenticator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name web2FA - Browser Authenticator web2FA - Browser Authenticator
ID gmegpkknicehidppoebnmbhndjigpica
Offizielle URL https://chromewebstore.google.com/detail/web2fa-browser-authentica/gmegpkknicehidppoebnmbhndjigpica
Beschreibung Easily generate two factor authentication - 2FA - or one-time password - OTP - codes in your browser with web2FA Authenticator.
Dateigröße 488 KB
Installationsanzahl 524
Aktuelle Version 1.5.2.1
Letztes Update 2023-03-15
Veröffentlichungsdatum 2022-02-17
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler hicallmeal
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}