Easy OTP Extension

Generate OTP code based on your 2FA token

什么是Easy OTP Extension?

Easy OTP Extension是由roma.tsvyk开发的Chrome扩展程序,该扩展的主要功能是“Generate OTP code based on your 2FA token”。

扩展截图

screenshot

下载Easy OTP Extension扩展crx文件

下载Easy OTP Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        For people who wants to have quick access to the OTP code without using additional program                    

扩展基本信息

名称 Easy OTP Extension Easy OTP Extension
ID ejcjmkjooooefcfcichfdicgmoeophac
官方URL https://chromewebstore.google.com/detail/easy-otp-extension/ejcjmkjooooefcfcichfdicgmoeophac
简介 Generate OTP code based on your 2FA token
文件大小 1.16 MB
安装次数 35
当前版本 0.0.1
更新时间 2022-12-21
上架时间 2022-12-21
评分 5.00/5 共1次评分
开发者 roma.tsvyk
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Generate OTP code based on your 2FA token",
    "version": "0.0.1",
    "manifest_version": 3,
    "name": "Easy OTP Extension",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}