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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily generate two factor authentication - 2FA - or one-time password - OTP - codes in your browser with web2FA Authenticator."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में web2FA - Browser Authenticator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
        }
    ]
}