Easy OTP Extension
Generate OTP code based on your 2FA token
What is Easy OTP Extension?
Easy OTP Extension is a Chrome extension developed by roma.tsvyk, and its main feature is "Generate OTP code based on your 2FA token".
Extension Screenshots
Download Easy OTP Extension Extension CRX File
Download Easy OTP Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
For people who wants to have quick access to the OTP code without using additional program
Extension Basic Information
Name | Easy OTP Extension |
ID | ejcjmkjooooefcfcichfdicgmoeophac |
Official URL | https://chromewebstore.google.com/detail/easy-otp-extension/ejcjmkjooooefcfcichfdicgmoeophac |
Description | Generate OTP code based on your 2FA token |
File Size | 1.16 MB |
Installation Count | 35 |
Current Version | 0.0.1 |
Last Updated | 2022-12-21 |
Publish Date | 2022-12-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | roma.tsvyk |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } ] } |