OTP Tester

Test OTP Verification

What is OTP Tester?

OTP Tester is a Chrome extension developed by masoncodes, and its main feature is "Test OTP Verification".

Extension Screenshots

screenshot

Download OTP Tester Extension CRX File

Download OTP Tester 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

                        Verify OTPs in your browser!                    

Extension Basic Information

Name OTP Tester OTP Tester
ID jcakjempbooijkmgpljgmdbnemnojjhg
Official URL https://chrome.google.com/webstore/detail/otp-tester/jcakjempbooijkmgpljgmdbnemnojjhg
Description Test OTP Verification
File Size 26.07 KB
Installation Count 137
Current Version 1.0
Last Updated 2019-03-03
Publish Date 2019-03-03
Rating 5.00/5 Total 1 Ratings
Developer masoncodes
Payment Type free
Extension Website https://github.com/masoncodes/otp-verify
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OTP Tester",
    "version": "1.0",
    "description": "Test OTP Verification",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}