Captcha Cracker

A chrome extension to solve Google reCaptcha

Was ist Captcha Cracker?

Captcha Cracker ist eine Chrome-Erweiterung, die von https://94dev.xyz entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension to solve Google reCaptcha".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Captcha Cracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Captcha Cracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Captcha Cracker Captcha Cracker
ID cjaofnhcpoflieopcibckoelegekghei
Offizielle URL https://chromewebstore.google.com/detail/captcha-cracker/cjaofnhcpoflieopcibckoelegekghei
Beschreibung A chrome extension to solve Google reCaptcha
Dateigröße 395 KB
Installationsanzahl 1,563
Aktuelle Version 4.0.2
Letztes Update 2021-11-30
Veröffentlichungsdatum 2021-01-20
Bewertung 2.82/5 Insgesamt 11 Bewertungen
Entwickler https://94dev.xyz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://captcha-cracker.com
Unterstützte Sprachen 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'"
}