Captcha Cracker

A chrome extension to solve Google reCaptcha

Co je Captcha Cracker?

Captcha Cracker je rozšíření Chrome vyvinuté https://94dev.xyz, a jeho hlavní funkcí je „A chrome extension to solve Google reCaptcha“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Captcha Cracker

Stáhněte si soubory rozšíření Captcha Cracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Captcha Cracker Captcha Cracker
ID cjaofnhcpoflieopcibckoelegekghei
Oficiální URL https://chromewebstore.google.com/detail/captcha-cracker/cjaofnhcpoflieopcibckoelegekghei
Popis A chrome extension to solve Google reCaptcha
Velikost souboru 395 KB
Počet instalací 1,563
Aktuální Verze 4.0.2
Poslední Aktualizace 2021-11-30
Datum Vydání 2021-01-20
Hodnocení 2.82/5 Celkem 11 Hodnocení
Vývojář https://94dev.xyz
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://captcha-cracker.com
Podporované Jazyky 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'"
}