Captcha Solver: Auto captcha solving service

Automatically solve reCAPTCHA, hCaptcha, FunCaptcha, AWS WAF, and more types on any webpage.

Co je Captcha Solver: Auto captcha solving service?

Captcha Solver: Auto captcha solving service je rozšíření Chrome vyvinuté https://www.capsolver.com, a jeho hlavní funkcí je „Automatically solve reCAPTCHA, hCaptcha, FunCaptcha, AWS WAF, and more types on any webpage.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Captcha Solver: Auto captcha solving service

Stáhněte si soubory rozšíření Captcha Solver: Auto captcha solving service ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Captcha Solver Extension

This extension allows you to automatically solve CAPTCHAs.

CapSolver extension - best and fastest browser captcha solver(based on AI)

1. Official CapSolver browser extension for Chrome,  which automatically solves any CAPTCHAs in the background using artificial intelligence algorithms is the best quality captcha solver extension worldwide.
2. Browser extensions can also assist people in need, such as those with disabilities, by automatically recognizing and clicking on captcha verifications.
3. Browser extension is supported in Chrome, with Firefox, Opera, and Edge planning support in the near future.

How to use:
1. Add extension to Chrome.
2. Sign up and add funds on Capsolver.
3. Add an API key to the extension.

How to use in Puppeteer:
1. Extract the compressed file "CapSolver Browser Extension.zip".
2. Navigate to the extracted folder and find "assets/config.json".
3. Edit "config.json", input your API key, save it, and then open the Chrome browser. Go to the Extensions management page and enable Developer mode.
4. Remove the existing CapSolver Extension. If it wasn't previously installed, you can proceed to the next step.
5. Click "Load unpacked", and select the folder you just extracted.

Price:
https://www.capsolver.com/#pricing

The extension allows to solve:
✅reCAPTCHA v2 / v3
✅reCAPTCHA Enterprise
✅hCaptcha
✅hCaptcha Enterprise
✅FunCaptcha
✅ImageToText
✅Amazon AWS WAF
✅Cloudflare Turnstile* (coming soon)
✅GeeTest v3/ v4 (coming soon)

Support - [email protected]

Update Log
2024-2-19 v1.11.0
1. AWS Captcha grid image mode has been added.

2024-2-18 v1.10.5
1. Fixed the issue of ineffective config settings.

2024-2-4 v1.10.4
1. Improved FunCaptcha.

2024-2-1 v1.10.3
1. Fixed the issue where the proxy set by the user through config.js is not taking effect.

2024-1-18 v1.10.2
1. Improved AWS Captcha.

2023-12-29 v1.10.0
1. Improved reCAPTCHA and FunCaptcha.

2023-12-26 v1.9.0
1. Added the version number at the bottom of the extension panel.
2. Added pass the "version" field when creating a task.

2023-12-15 v1.7.1
1. Added support for users to select reCAPTCHA v3 task type through the panel.
2. Fixed the issue of inaccurate click coordinates in hcaptcha images.
3. Fixed the problem of refreshing captcha when encountering unsupported task types in the API.                    

Základní Informace o Rozšíření

Název Captcha Solver: Auto captcha solving service Captcha Solver: Auto captcha solving service
ID pgojnojmmhpofjgdmaebadhbocahppod
Oficiální URL https://chromewebstore.google.com/detail/captcha-solver-auto-captc/pgojnojmmhpofjgdmaebadhbocahppod
Popis Automatically solve reCAPTCHA, hCaptcha, FunCaptcha, AWS WAF, and more types on any webpage.
Velikost souboru 1.81 MB
Počet instalací 30,000
Aktuální Verze 1.11.0
Poslední Aktualizace 2024-02-20
Datum Vydání 2023-07-28
Hodnocení 4.51/5 Celkem 59 Hodnocení
Vývojář https://www.capsolver.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.capsolver.com/privacy
Podporované Jazyky en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "version": "1.11.0",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": "icons\/icon-48x48.png",
        "default_popup": "www\/index.html#\/popup",
        "default_title": "Captcha Solver: Auto captcha solving service"
    },
    "devtools_page": "www\/index.html#\/devtools",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/content.css"
            ],
            "js": [
                "my-content-script.js",
                "image-to-text.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.arkoselabs.com\/fc\/*",
                "*:\/\/*.funcaptcha.com\/fc\/*",
                "*:\/\/*.openai.com\/fc\/*"
            ],
            "js": [
                "funcaptcha-recognition.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "*:\/\/*.hcaptcha.com\/captcha\/*"
            ],
            "js": [
                "hcaptcha-recognition.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "*:\/\/*.google.com\/recaptcha\/*",
                "*:\/\/*.recaptcha.net\/recaptcha\/*",
                "*:\/\/recaptcha.net\/recaptcha\/*"
            ],
            "js": [
                "recaptcha-recognition.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "aws-recognition.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "name": "Captcha Solver: Auto captcha solving service",
    "short_name": "Captcha Solver: Auto captcha solving service",
    "description": "Automatically solve reCAPTCHA, hCaptcha, FunCaptcha, AWS WAF, and more types on any webpage."
}