Captcha Cracker

A chrome extension to solve Google reCaptcha

Captcha Cracker là gì?

Captcha Cracker là một tiện ích mở rộng Chrome được phát triển bởi https://94dev.xyz, và tính năng chính của nó là "A chrome extension to solve Google reCaptcha".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Captcha Cracker

Tải xuống các tệp mở rộng Captcha Cracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Captcha Cracker Captcha Cracker
ID cjaofnhcpoflieopcibckoelegekghei
URL Chính Thức https://chromewebstore.google.com/detail/captcha-cracker/cjaofnhcpoflieopcibckoelegekghei
Mô tả A chrome extension to solve Google reCaptcha
Kích Thước Tệp 395 KB
Số Lần Cài Đặt 1,563
Phiên Bản Hiện Tại 4.0.2
Cập Nhật Lần Cuối 2021-11-30
Ngày Phát Hành 2021-01-20
Đánh Giá 2.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://94dev.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://captcha-cracker.com
Ngôn Ngữ Được Hỗ Trợ 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'"
}