CaptchaAI - Captcha Solver

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

什么是CaptchaAI - Captcha Solver?

CaptchaAI - Captcha Solver是由https://captchaai.com开发的Chrome扩展程序,该扩展的主要功能是“Captcha auto Recognition and Bypass (Free plan included) CaptchaAI allows you to automatically solve CAPTCHAs found on any webpage”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载CaptchaAI - Captcha Solver扩展crx文件

下载CaptchaAI - Captcha Solver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CaptchaAI - Captcha Solver CaptchaAI - Captcha Solver
ID fnnmnnfpdnlkccecmiicejhimhkbolhk
官方URL https://chromewebstore.google.com/detail/captchaai-captcha-solver/fnnmnnfpdnlkccecmiicejhimhkbolhk
简介 Captcha auto Recognition and Bypass (Free plan included) CaptchaAI allows you to automatically solve CAPTCHAs found on any webpage
文件大小 460 KB
安装次数 1,674
当前版本 3.1
更新时间 2023-10-12
上架时间 2023-01-03
评分 2.11/5 共18次评分
开发者 https://captchaai.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://captchaai.com
帮助页面URL https://help.captchaai.com/
隐私政策页面URL https://captchaai.com/privacy-policy.php
支持的语言 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\/*"
            ]
        }
    ]
}