OTP Tester
Test OTP Verification
ما هو OTP Tester؟
OTP Tester هو إضافة Chrome تم تطويرها بواسطة masoncodes، والميزة الرئيسية لها هي "Test OTP Verification".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OTP Tester
قم بتنزيل ملفات الامتداد OTP Tester بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Verify OTPs in your browser!
معلومات أساسية عن التمديد
الاسم | |
ID | jcakjempbooijkmgpljgmdbnemnojjhg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/otp-tester/jcakjempbooijkmgpljgmdbnemnojjhg |
الوصف | Test OTP Verification |
حجم الملف | 26.07 KB |
عدد التثبيتات | 137 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-03-03 |
تاريخ النشر | 2019-03-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | masoncodes |
نوع الدفع | free |
موقع الإضافة | https://github.com/masoncodes/otp-verify |
اللغات المدعومة | 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 } |