OTP Tester

Test OTP Verification

OTP Testerคืออะไร?

OTP Tester เป็นส่วนขยายของ Chrome ที่พัฒนาโดย masoncodes และคุณลักษณะหลักของมันคือ "Test OTP Verification"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OTP Tester

ดาวน์โหลดไฟล์ส่วนขยาย OTP Tester ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Verify OTPs in your browser!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OTP Tester OTP Tester
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
}