Captcha Solver: Auto Recognition and Bypass

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

Captcha Solver: Auto Recognition and Bypass란 무엇입니까?

Captcha Solver: Auto Recognition and Bypass은(는) https://2captcha.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Captcha Solver: Auto Recognition and Bypass 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Captcha Solver: Auto Recognition and Bypass Captcha Solver: Auto Recognition and Bypass
ID ifibfemgeogfhoebkmokieepdoobkbpo
공식 URL https://chromewebstore.google.com/detail/captcha-solver-auto-recog/ifibfemgeogfhoebkmokieepdoobkbpo
설명 2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage.
파일 크기 375 KB
설치 횟수 88,678
현재 버전 3.5.4
최근 업데이트 2024-02-08
출시 날짜 2020-11-02
평점 3.76/5 총 254 개의 평점
개발자 https://2captcha.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://2captcha.com/
도움말 페이지 URL https://2captcha.com/support/faq
개인정보 보호 정책 페이지 URL https://2captcha.com/privacy-policy
지원되는 언어 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": [
                ""
            ]
        }
    ]
}