Captcha Cracker

A chrome extension to solve Google reCaptcha

Captcha Crackerคืออะไร?

Captcha Cracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://94dev.xyz และคุณลักษณะหลักของมันคือ "A chrome extension to solve Google reCaptcha"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Captchas are usually annoying and sometimes they even steel your precious time. It is worse if the recaptcha detected you wrong and send image/audio captcha .We know you're not a bot. Therefore we are here to help you. Captcha Cracker helps you to detect google recaptcha and solve it for you. You have many options to make the solving auto and also set a delay time.                    

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

ชื่อ Captcha Cracker Captcha Cracker
ID cjaofnhcpoflieopcibckoelegekghei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/captcha-cracker/cjaofnhcpoflieopcibckoelegekghei
คำอธิบาย A chrome extension to solve Google reCaptcha
ขนาดไฟล์ 395 KB
จำนวนการติดตั้ง 1,563
เวอร์ชันปัจจุบัน 4.0.2
อัปเดตครั้งล่าสุด 2021-11-30
วันที่เผยแพร่ 2021-01-20
คะแนน 2.82/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://94dev.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://captcha-cracker.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to solve Google reCaptcha",
    "version": "4.0.2",
    "name": "Captcha Cracker",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.payhere.lk\/lib\/payhere.js; object-src 'self'"
}

ส่วนขยายที่เกี่ยวข้อง