Captcha Cracker

A chrome extension to solve Google reCaptcha

¿Qué es Captcha Cracker?

Captcha Cracker es una extensión de Chrome desarrollada por https://94dev.xyz, y su función principal es "A chrome extension to solve Google reCaptcha".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Captcha Cracker

Descarga archivos de extensión Captcha Cracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Captcha Cracker Captcha Cracker
ID cjaofnhcpoflieopcibckoelegekghei
URL Oficial https://chromewebstore.google.com/detail/captcha-cracker/cjaofnhcpoflieopcibckoelegekghei
Descripción A chrome extension to solve Google reCaptcha
Tamaño del Archivo 395 KB
Cantidad de Instalaciones 1,563
Versión Actual 4.0.2
Última Actualización 2021-11-30
Fecha de Publicación 2021-01-20
Calificación 2.82/5 Total de 11 Calificaciones
Desarrollador https://94dev.xyz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://captcha-cracker.com
Idiomas Soportados 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'"
}