reCAPTCHA Auto Solver

reCAPTCHA Automated Solving Extension

Wat is reCAPTCHA Auto Solver?

reCAPTCHA Auto Solver is een Chrome-extensie ontwikkeld door CAPTCHAs.IO, en de belangrijkste functie is "reCAPTCHA Automated Solving Extension".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie reCAPTCHA Auto Solver

Download reCAPTCHA Auto Solver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam reCAPTCHA Auto Solver reCAPTCHA Auto Solver
ID ofceicgpilfcjbkkbbjfpemjnibcojam
Officiële URL https://chromewebstore.google.com/detail/recaptcha-auto-solver/ofceicgpilfcjbkkbbjfpemjnibcojam
Beschrijving reCAPTCHA Automated Solving Extension
Bestandsgrootte 581 KB
Aantal Installaties 402
Huidige Versie 1.0.4
Laatst Bijgewerkt 2023-02-21
Publicatiedatum 2023-02-12
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar CAPTCHAs.IO
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://captchas.io
Help Pagina-URL https://captchas.io/support/
URL van de Privacybeleid Pagina https://captchas.io/privacy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}