Captcha Cracker

A chrome extension to solve Google reCaptcha

What is Captcha Cracker?

Captcha Cracker is a Chrome extension developed by https://94dev.xyz, and its main feature is "A chrome extension to solve Google reCaptcha".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Captcha Cracker Extension CRX File

Download Captcha Cracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Captcha Cracker Captcha Cracker
ID cjaofnhcpoflieopcibckoelegekghei
Official URL https://chromewebstore.google.com/detail/captcha-cracker/cjaofnhcpoflieopcibckoelegekghei
Description A chrome extension to solve Google reCaptcha
File Size 395 KB
Installation Count 1,563
Current Version 4.0.2
Last Updated 2021-11-30
Publish Date 2021-01-20
Rating 2.82/5 Total 11 Ratings
Developer https://94dev.xyz
Email [email protected]
Payment Type free
Extension Website https://captcha-cracker.com
Supported Languages 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'"
}