OTP Tester

Test OTP Verification

Qu'est-ce que OTP Tester ?

OTP Tester est une extension Chrome développée par masoncodes, et sa fonction principale est "Test OTP Verification".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OTP Tester

Téléchargez les fichiers d'extension OTP Tester au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Verify OTPs in your browser!                    

Informations de Base sur l'Extension

Nom OTP Tester OTP Tester
ID jcakjempbooijkmgpljgmdbnemnojjhg
URL Officiel https://chrome.google.com/webstore/detail/otp-tester/jcakjempbooijkmgpljgmdbnemnojjhg
Description Test OTP Verification
Taille du Fichier 26.07 KB
Nombre d'Installations 137
Version Actuelle 1.0
Dernière Mise à Jour 2019-03-03
Date de Publication 2019-03-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur masoncodes
Type de Paiement free
Site Web de l'Extension https://github.com/masoncodes/otp-verify
Langues Prises en Charge 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
}