OTP Tester
Test OTP Verification
Co to jest OTP Tester?
OTP Tester to rozszerzenie Chrome opracowane przez masoncodes, a jego główną funkcją jest „Test OTP Verification”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OTP Tester
Pobierz pliki rozszerzeń OTP Tester w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Verify OTPs in your browser!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jcakjempbooijkmgpljgmdbnemnojjhg |
Oficjalny URL | https://chrome.google.com/webstore/detail/otp-tester/jcakjempbooijkmgpljgmdbnemnojjhg |
Opis | Test OTP Verification |
Rozmiar pliku | 26.07 KB |
Liczba instalacji | 137 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-03-03 |
Data Publikacji | 2019-03-03 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | masoncodes |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/masoncodes/otp-verify |
Obsługiwane Języki | 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 } |