CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA

solve hCAPTCHA and reCAPTCHA using AI on any pages. Seamless integration with NoCoding Data Scraper for easier data collection

Cos'è CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA?

CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA è un'estensione di Chrome sviluppata da https://minirpa.net, e la sua funzione principale è "solve hCAPTCHA and reCAPTCHA using AI on any pages. Seamless integration with NoCoding Data Scraper for easier data collection".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA

Scarica i file di estensione CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA 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

                        Automatically solve hCaptcha and reCAPTCHA using Deep Learning

Features:
. Solve unlimited hCaptcha
. Solve unlimited reCAPTCHA
. No interruptions throughout the surfing
. Work with web scraping add-on, NoCoding Data Scraper Chrome extension, seamlessly

+ improve the speed of solving
+ enhanced models to solve more challenges
+ background tabs support
+ attempt to skip multiple failed challenges


**DISCLAIMER**
-> Challenges are constantly evolving, and models CANNOT solve all tasks in time. If success rate is critical, please try to use other solving add-ons/services.
-> Solving from reputable IP addresses help avoid continuous new challenges after successful solving.
-> reCAPTCHA and hCaptcha will block you if you're being rate limited.


How to use it?
-> Simply install CAPTCHA Solver extension. 
-> Check 'active tab' on the popup page to start auto detection (in default) .
-> CAPTCHA Solver extension detects hCaptcha and reCAPTCHA on any page and automatically solve the challenges.
-> Check 'None' to stop auto solving if you want to solve CAPTCHA manually. 



ADDITIONAL INFO:
Following Chrome extension permissions are requested to run the CAPTCHA Solver:
storage: to store configuration
alarms: to connect partners regularly
declarativeNetRequest: to understand the CAPTCHA language





What are the alternatives if NDS does not meet your needs? 
We appreciate if you are willing to give us feedback before giving up. There are many tools you can refer to if CAPTCHA Solver is not the most suitable tool for your task: 
NopeCHA enables you to solve reCAPTCHA, hCaptcha, FunCAPTCHA, AWS WAF, and text CAPTCHA challenges using AI after activating API key;
Captcha Solver enables you to solve many types challenges after adding funds and API key;
Captcha Solver (2captcha.com based) enables you to find and bypass CAPTCHAs automatically with 2captcha.com's account key;
Buster enables you to solve difficult captchas by completing reCAPTCHA audio challenges using speech recognition;
reCAPTCHA Solver enables you automatically solve any type reCAPTCHA after getting your API key from the solving service;
hCaptcha Solver enables you solve any type hCaptcha after getting your own API key;
hektCaptcha enables you to solve hCaptcha using AI locally;

**IMPORTANT INFO**:
CAPTCHA Solver DOES NOT contain any malware or spyware. More information about Privacy Policy, please refer to miniRPA's official website.                    

Informazioni di Base sull'Estensione

Nome CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA
ID hlifkpholllijblknnmbfagnkjneagid
URL Ufficiale https://chromewebstore.google.com/detail/captcha-solver-free-auto/hlifkpholllijblknnmbfagnkjneagid
Descrizione solve hCAPTCHA and reCAPTCHA using AI on any pages. Seamless integration with NoCoding Data Scraper for easier data collection
Dimensione del File 26.43 MB
Conteggio Installazioni 14,854
Versione Corrente 0.1.3
Ultimo Aggiornamento 2024-03-03
Data di Pubblicazione 2023-11-25
Valutazione 4.43/5 Totale 88 Valutazioni
Sviluppatore https://minirpa.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.minirpa.net
URL della Pagina di Aiuto https://www.minirpa.net/contactUs.html
URL della Pagina della Politica sulla Privacy https://www.minirpa.net/captchasolver_Privacy.html
Lingue Supportate id,de,en,fr,nl,no,vi,tr,da,es,it,pl,sv,el,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_extName__",
    "short_name": "CAPTCHA Solver",
    "description": "__MSG_extDesc__",
    "version": "0.1.3",
    "author": "__MSG_extAuthor__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "static\/icons\/cs_logo-16.png",
        "48": "static\/icons\/cs_logo-48.png",
        "128": "static\/icons\/cs_logo-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "static\/icons\/cs_logo-16.png",
            "48": "static\/icons\/cs_logo-48.png",
            "128": "static\/icons\/cs_logo-128.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/content\/captchaDetector.js"
            ],
            "match_about_blank": false,
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "\/content\/clientIndex.js"
            ],
            "css": [
                "\/content\/clientIndex.css"
            ],
            "match_about_blank": false,
            "matches": [
                "*:\/\/*.hcaptcha.com\/captcha\/*",
                "*:\/\/*.google.com\/recaptcha\/api2\/*",
                "*:\/\/*.google.com\/recaptcha\/enterprise\/*",
                "*:\/\/*.recaptcha.net\/recaptcha\/api2\/*",
                "*:\/\/*.recaptcha.net\/recaptcha\/enterprise\/*"
            ],
            "exclude_matches": [],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "static\/rules.json"
            }
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "static\/wasm.wasm",
                "static\/wasm-simd.wasm",
                "static\/-2ac29477",
                "static\/-412be2e3",
                "static\/-49892075",
                "static\/-b317ccfa",
                "static\/rules.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}