andOTP Extension
Open source two-factor authentication for Android
What is andOTP Extension?
andOTP Extension is a Chrome extension developed by kevinrestaino, and its main feature is "Open source two-factor authentication for Android".
Extension Screenshots
Download andOTP Extension Extension CRX File
Download andOTP 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
Restore your backups and access your two-factor authentication tokens from your browser. Limited to plain-text JSON backups right now. Features right now include: • Copy to clipboard • Text search filter • Auto refresh tokens • No phone required after restoring backup Planned features: • Firefox and Edge versions • Add encrypted backup support • Add dark theme • Add thumbnail support • Add auto sync with phone feature Source is on GitHub: https://github.com/krestaino/andotp-extension
Extension Basic Information
Name | andOTP Extension |
ID | apbpiclbhifcmlbhbhillogjkphjdamd |
Official URL | https://chromewebstore.google.com/detail/andotp-extension/apbpiclbhifcmlbhbhillogjkphjdamd |
Description | Open source two-factor authentication for Android |
File Size | 116 KB |
Installation Count | 294 |
Current Version | 0.3.0 |
Last Updated | 2019-05-17 |
Publish Date | 2019-05-17 |
Rating | 1.50/5 Total 2 Ratings |
Developer | kevinrestaino |
Payment Type | free |
Extension Website | https://github.com/krestaino/andotp-extension |
Help Page URL | https://github.com/krestaino/andotp-extension/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "andOTP Extension", "short_name": "andOTP", "description": "Open source two-factor authentication for Android", "version": "0.3.0", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "andOTP", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |