reCAPTCHA Auto Solver

reCAPTCHA Automated Solving Extension

What is reCAPTCHA Auto Solver?

reCAPTCHA Auto Solver is a Chrome extension developed by CAPTCHAs.IO, and its main feature is "reCAPTCHA Automated Solving Extension".

Extension Screenshots

screenshot
screenshot

Download reCAPTCHA Auto Solver Extension CRX File

Download reCAPTCHA Auto Solver 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

                        This extension solves any type reCAPTCHA anywhere in the page.

An extension to automatically solve any type reCAPTCHAs.

Supports reCAPTCHA v2, v3 and Enterprise...

How does it work.

Well it works quite simple... It will detect and solve automatically to any found reCAPTCHAs in your current working tab.

Thanks!

To get an API key you can go to https://captchas.io                    

Extension Basic Information

Name reCAPTCHA Auto Solver reCAPTCHA Auto Solver
ID ofceicgpilfcjbkkbbjfpemjnibcojam
Official URL https://chromewebstore.google.com/detail/recaptcha-auto-solver/ofceicgpilfcjbkkbbjfpemjnibcojam
Description reCAPTCHA Automated Solving Extension
File Size 581 KB
Installation Count 402
Current Version 1.0.4
Last Updated 2023-02-21
Publish Date 2023-02-12
Rating 3.00/5 Total 2 Ratings
Developer CAPTCHAs.IO
Email [email protected]
Payment Type free
Extension Website https://captchas.io
Help Page URL https://captchas.io/support/
Privacy Policy Page URL https://captchas.io/privacy
Supported Languages en,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": "reCAPTCHA Auto Solver"
    },
    "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\/recaptcha\/processor.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "reCAPTCHA Automated Solving Extension",
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "32": "assets\/images\/icon_32.png"
    },
    "manifest_version": 3,
    "name": "reCAPTCHA Auto Solver",
    "permissions": [
        "storage"
    ],
    "short_name": "reCAPTCHA Auto Solver",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ]
        }
    ]
}