Captcha Solver: Auto Recognition and Bypass

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

Co to jest Captcha Solver: Auto Recognition and Bypass?

Captcha Solver: Auto Recognition and Bypass to rozszerzenie Chrome opracowane przez https://2captcha.com, a jego główną funkcją jest „2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Captcha Solver: Auto Recognition and Bypass

Pobierz pliki rozszerzeń Captcha Solver: Auto Recognition and Bypass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Captcha Solver: Auto Recognition and Bypass Captcha Solver: Auto Recognition and Bypass
ID ifibfemgeogfhoebkmokieepdoobkbpo
Oficjalny URL https://chromewebstore.google.com/detail/captcha-solver-auto-recog/ifibfemgeogfhoebkmokieepdoobkbpo
Opis 2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage.
Rozmiar pliku 375 KB
Liczba instalacji 88,678
Aktualna Wersja 3.5.4
Ostatnia Aktualizacja 2024-02-08
Data Publikacji 2020-11-02
Ocena 3.76/5 Łącznie 254 Oceny
Deweloper https://2captcha.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://2captcha.com/
Adres URL Strony Pomocy https://2captcha.com/support/faq
Adres URL Strony Polityki Prywatności https://2captcha.com/privacy-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}