reCAPTCHA Auto Solver

reCAPTCHA Automated Solving Extension

Cos'è reCAPTCHA Auto Solver?

reCAPTCHA Auto Solver è un'estensione di Chrome sviluppata da CAPTCHAs.IO, e la sua funzione principale è "reCAPTCHA Automated Solving Extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione reCAPTCHA Auto Solver

Scarica i file di estensione reCAPTCHA Auto Solver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome reCAPTCHA Auto Solver reCAPTCHA Auto Solver
ID ofceicgpilfcjbkkbbjfpemjnibcojam
URL Ufficiale https://chromewebstore.google.com/detail/recaptcha-auto-solver/ofceicgpilfcjbkkbbjfpemjnibcojam
Descrizione reCAPTCHA Automated Solving Extension
Dimensione del File 581 KB
Conteggio Installazioni 402
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-02-21
Data di Pubblicazione 2023-02-12
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore CAPTCHAs.IO
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://captchas.io
URL della Pagina di Aiuto https://captchas.io/support/
URL della Pagina della Politica sulla Privacy https://captchas.io/privacy
Lingue Supportate 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\/*"
            ]
        }
    ]
}