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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | gmegpkknicehidppoebnmbhndjigpica |
| 官方網址 | 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": [
" | |