OTP Tester
Test OTP Verification
OTP Tester क्या है?
OTP Tester masoncodes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Test OTP Verification"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OTP Tester एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |