Captcha Cracker

A chrome extension to solve Google reCaptcha

Apa itu Captcha Cracker?

Captcha Cracker adalah ekstensi Chrome yang dikembangkan oleh https://94dev.xyz, dan fitur utamanya adalah "A chrome extension to solve Google reCaptcha".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Captcha Cracker

Unduh file ekstensi Captcha Cracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Captcha Cracker Captcha Cracker
ID cjaofnhcpoflieopcibckoelegekghei
URL Resmi https://chromewebstore.google.com/detail/captcha-cracker/cjaofnhcpoflieopcibckoelegekghei
Deskripsi A chrome extension to solve Google reCaptcha
Ukuran File 395 KB
Jumlah Instalasi 1,563
Versi Saat Ini 4.0.2
Terakhir Diperbarui 2021-11-30
Tanggal Publikasi 2021-01-20
Penilaian 2.82/5 Total 11 Penilaian
Pengembang https://94dev.xyz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://captcha-cracker.com
Bahasa yang Didukung 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'"
}