Captcha Cracker

A chrome extension to solve Google reCaptcha

Cos'è Captcha Cracker?

Captcha Cracker è un'estensione di Chrome sviluppata da https://94dev.xyz, e la sua funzione principale è "A chrome extension to solve Google reCaptcha".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Captcha Cracker

Scarica i file di estensione Captcha Cracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Captcha Cracker Captcha Cracker
ID cjaofnhcpoflieopcibckoelegekghei
URL Ufficiale https://chromewebstore.google.com/detail/captcha-cracker/cjaofnhcpoflieopcibckoelegekghei
Descrizione A chrome extension to solve Google reCaptcha
Dimensione del File 395 KB
Conteggio Installazioni 1,563
Versione Corrente 4.0.2
Ultimo Aggiornamento 2021-11-30
Data di Pubblicazione 2021-01-20
Valutazione 2.82/5 Totale 11 Valutazioni
Sviluppatore https://94dev.xyz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://captcha-cracker.com
Lingue Supportate 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'"
}