Captcha Solver: Auto Recognition and Bypass

2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage.

What is Captcha Solver: Auto Recognition and Bypass?

Captcha Solver: Auto Recognition and Bypass is a Chrome extension developed by https://2captcha.com, and its main feature is "2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Captcha Solver: Auto Recognition and Bypass Extension CRX File

Download Captcha Solver: Auto Recognition and Bypass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An official 2Captcha solver browser extension finds a CAPTCHAs on page and bypass automatically.

Price:
1 bypass - $0.03 cents.

Payment is debited only for automatic solved.

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

How to use:
1. Add extension to Chrome
2. Sign up on a https://2captcha.com
3. Deposit funds to the balance
4. Add an account key to the extension.

The extension allows to bypass:
✅ Simple captcha - any image with symbols
✅ reCAPTCHA V2 / V2 Invisible / V3 / Enterprise
✅ hCaptcha
✅ GeeTest / V4
✅ Arkose Labs Captcha / FunCaptcha
✅ Lemin
✅ Capy Puzzle Captcha
✅ Yandex Smart Captcha
✅ Cloudflare Turnstile
✅ Amazon AWS WAF Captcha 

The extension is made for those users who can't bypass a captcha for some reason being either banned or not able to read or fill some.



Support - [email protected].



More info about addon.

2Captcha plugin — automatic solver, which help speed up the captcha bypass.

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 on dashboard at 2captcha.com.

- 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 run out of balance on 2Captcha.

- 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 2captcha.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 2catpcha" 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.                    

Extension Basic Information

Name Captcha Solver: Auto Recognition and Bypass Captcha Solver: Auto Recognition and Bypass
ID ifibfemgeogfhoebkmokieepdoobkbpo
Official URL https://chromewebstore.google.com/detail/captcha-solver-auto-recog/ifibfemgeogfhoebkmokieepdoobkbpo
Description 2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage.
File Size 375 KB
Installation Count 88,678
Current Version 3.5.4
Last Updated 2024-02-08
Publish Date 2020-11-02
Rating 3.76/5 Total 254 Ratings
Developer https://2captcha.com
Email [email protected]
Payment Type free
Extension Website https://2captcha.com/
Help Page URL https://2captcha.com/support/faq
Privacy Policy Page URL https://2captcha.com/privacy-policy
Supported Languages en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "default_locale": "en",
    "version": "3.5.4",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/2captcha.com\/",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "devtools_page": "devtools\/devtools.html",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Captcha Solver: Auto Recognition and Bypass",
        "default_icon": {
            "32": "assets\/images\/icon_32.png",
            "128": "assets\/images\/icon_128.png"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "32": "assets\/images\/icon_32.png",
        "128": "assets\/images\/icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "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\/geetest\/processor.js",
                "content\/captcha\/geetest_v4\/processor.js",
                "content\/captcha\/hcaptcha\/processor.js",
                "content\/captcha\/keycaptcha\/processor.js",
                "content\/captcha\/recaptcha\/processor.js",
                "content\/captcha\/arkoselabs\/processor.js",
                "content\/captcha\/normal\/hunter.js",
                "content\/captcha\/normal\/processor.js",
                "content\/captcha\/lemin\/processor.js",
                "content\/captcha\/yandex\/processor.js",
                "content\/captcha\/yandex\/hunter.js",
                "content\/captcha\/capy\/processor.js",
                "content\/captcha\/capy\/hunter.js",
                "content\/captcha\/amazon_waf\/processor.js",
                "content\/captcha\/turnstile\/processor.js",
                "content\/captcha\/turnstile\/hunter.js",
                "content\/captcha\/mt_captcha\/processor.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}