OTP Tester
Test OTP Verification
Cos'è OTP Tester?
OTP Tester è un'estensione di Chrome sviluppata da masoncodes, e la sua funzione principale è "Test OTP Verification".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OTP Tester
Scarica i file di estensione OTP Tester in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Verify OTPs in your browser!
Informazioni di Base sull'Estensione
Nome | |
ID | jcakjempbooijkmgpljgmdbnemnojjhg |
URL Ufficiale | https://chrome.google.com/webstore/detail/otp-tester/jcakjempbooijkmgpljgmdbnemnojjhg |
Descrizione | Test OTP Verification |
Dimensione del File | 26.07 KB |
Conteggio Installazioni | 137 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-03-03 |
Data di Pubblicazione | 2019-03-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | masoncodes |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/masoncodes/otp-verify |
Lingue Supportate | 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 } |