CaptchaAI - Captcha Solver

Captcha auto Recognition and Bypass (Free plan included) CaptchaAI allows you to automatically solve CAPTCHAs found on any webpage

Apa itu CaptchaAI - Captcha Solver?

CaptchaAI - Captcha Solver adalah ekstensi Chrome yang dikembangkan oleh https://captchaai.com, dan fitur utamanya adalah "Captcha auto Recognition and Bypass (Free plan included) CaptchaAI allows you to automatically solve CAPTCHAs found on any webpage".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CaptchaAI - Captcha Solver

Unduh file ekstensi CaptchaAI - Captcha Solver 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

                        With CaptchaAI Solver plugin, you can automatically solve CAPTCHAs on any webpage.

CaptchaAI solver browser extension finds CAPTCHAs on a page and automatically bypasses them.


Pricing:
$15/month for 5 Captcha Threads “Solve Unlimited Captcha”

⭐⭐⭐⭐⭐
Ask for FREE 1 Thread for a month >> Contact Support: https://captchaai.com/tickets.php
⭐⭐⭐⭐⭐

Support - [email protected].


❗️ https://captchaai.com account key is required for work.

How to use:
1. Add extension to Chrome
2. Sign up on a https://captchaai.com
3. Subscribe to CaptchaAI Plan or  Make sure you have active captcha threads
4. Add an account key to the extension.

The extension allows to bypass:
✅ Image captcha (normal captcha)
✅ reCaptcha V2 
✅ reCaptcha V2 Invisible
✅ reCaptcha V3 
✅ hCaptcha


This extension is designed for users who cannot bypass a captcha for some reason, such as being banned or unable to read or fill out one.


More info about addon.

CaptchaAI plugin automatically solves captchas, which speeds up the Captcha bypassing process.

How it works:
- The extension goes through page's HTML code. If it contains a captcha code extension sends a request to server for resolution.
- When captcha is solved, extension sets a solution inside HTML code of the page. Then it could be used automatically when user submits a filled form.
- Keep in mind that solution is valid for 120 seconds only. It means you have 117-119 seconds to complete the form and submit it.



Settings:

- API-KEY
API KEY located here https://captchaai.com/api.php

- Enable plugin
Enables HTML code analysis.

- Submit forms automatically
Enables automatic submission of forms upon receiving a resolution. Please be extra careful with this option. Some web forms doesn't have validation of data indicated. It leads to page refresh with an error message indicating fields to be filled. Extension will send a new resolution request to API and then will send a form again and again until you close this browser tab or you don’t have active threads on CaptchaAI

- Delay
You may set up a delayed automatic submission, indicating amount of seconds of the delay.

- If error happens, repeat
Try to send a request again if a solution didn't work or extension failed to send challenge to captchaai.com. Please note, if a website refuse to accept a resolution from extension, will refresh a page and extension will detect it as a new page. Even if this option is not enabled, an extension send a request to server.

- Delay
You may set up a delay for repeat of submission, indicating amount of seconds of delay.

- Enabled / Solve automatically
Check options accordingly for every type.

- Enabled
Check a code of the page for this type of captcha

- Solve automatically
If set, an extension will send this challenge to server. API for resolution when found.
If you leave it unchecked, an extension will add a "Solve with CaptchaAI" button to this webpage. If the captcha is invisible, the button will be placed under form submission button. Please check screenshots below.

- Use proxy
Enable this option if you want a captcha to be solved via your proxy server.

- Proxy type
Indicate proxy type. We only support HTTP. HTTPS. SOCKS4 and SOCKS5. We can't detect proxy type automatically so you have to indicate it.

- login:[email protected]:3128
Indicate your proxy address, port and credentials accordingly. If your proxy doesn't need authorization, leave only IP and port: "123.123.123.123:3128"
Don't forget to allow access to your proxy from our IP 138.201.188.166. Our requests will be tunneled from our gateway, so we will never have direct access to your proxy.

- Image captcha solving settings
The extension could not detect where is a captcha located and where exactly a resolution should be placed. So you have to indicate this for every website you will need to bypass on. To do so right click on a picture and choose "Solve this captcha" to let extension know where the element is located. Then do the same for resolution field, Right click on it and choose "Insert captcha resolution here". These parameters will be stored in the extension settings for this particular website.                    

Informasi Dasar Ekstensi

Nama CaptchaAI - Captcha Solver CaptchaAI - Captcha Solver
ID fnnmnnfpdnlkccecmiicejhimhkbolhk
URL Resmi https://chromewebstore.google.com/detail/captchaai-captcha-solver/fnnmnnfpdnlkccecmiicejhimhkbolhk
Deskripsi Captcha auto Recognition and Bypass (Free plan included) CaptchaAI allows you to automatically solve CAPTCHAs found on any webpage
Ukuran File 460 KB
Jumlah Instalasi 1,674
Versi Saat Ini 3.1
Terakhir Diperbarui 2023-10-12
Tanggal Publikasi 2023-01-03
Penilaian 2.11/5 Total 18 Penilaian
Pengembang https://captchaai.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://captchaai.com
URL Halaman Bantuan https://help.captchaai.com/
URL Halaman Kebijakan Privasi https://captchaai.com/privacy-policy.php
Bahasa yang Didukung en,es,ru
manifest.json
{
    "action": {
        "default_icon": {
            "128": "assets\/images\/icon_128.png",
            "32": "assets\/images\/icon_32.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Captcha Solver: Auto Recognition and Bypass"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content\/style.css"
            ],
            "js": [
                "vendor\/jquery\/3.5.1\/jquery.min.js",
                "common\/config.js",
                "content\/core_helpers.js",
                "content\/script.js",
                "content\/captcha\/hcaptcha\/processor.js",
                "content\/captcha\/recaptcha\/processor.js",
                "content\/captcha\/normal\/hunter.js",
                "content\/captcha\/normal\/processor.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/ocr.captchaai.com\/",
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "32": "assets\/images\/icon_32.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA30A\/IafvjwmauRDH2RJGGUUjXGwJrlgK\/63xH7zzlacKdUSKRLlDFNetKg8D3AfZDRGYWENnhVcrh+3jvCqJjoRnPtOr6IPI5siXXCEfnSrBD1r8qKxLolJMfcdc+cVu8NXmwrlyfdDjTGf3M2Qp\/5NxOTFNkRFtzMJ3DCF+xaordkSWXgwm9iw6CsQupOqj86FqKWt6CHrxKHk94h2sqvEDhctcs1HT4u5m9rmQYi9Uw4PslEeFc2E3FrTts2zcAHO2LFcnSthvflyPI2RFVM67doNlKsydHjjxpTnxWCjOjhAgDRgcecN3VcVYqhEY+D81j3XMYFGzyf5caakAUwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "short_name": "__MSG_extShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ]
        }
    ]
}