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

Co je CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA?

CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA je rozšíření Chrome vyvinuté https://minirpa.net, a jeho hlavní funkcí je „solve hCAPTCHA and reCAPTCHA using AI on any pages. Seamless integration with NoCoding Data Scraper for easier data collection“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA

Stáhněte si soubory rozšíření CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA 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í

                        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.                    

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

Název CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA
ID hlifkpholllijblknnmbfagnkjneagid
Oficiální URL https://chromewebstore.google.com/detail/captcha-solver-free-auto/hlifkpholllijblknnmbfagnkjneagid
Popis solve hCAPTCHA and reCAPTCHA using AI on any pages. Seamless integration with NoCoding Data Scraper for easier data collection
Velikost souboru 26.43 MB
Počet instalací 14,854
Aktuální Verze 0.1.3
Poslední Aktualizace 2024-03-03
Datum Vydání 2023-11-25
Hodnocení 4.43/5 Celkem 88 Hodnocení
Vývojář https://minirpa.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.minirpa.net
URL Stránky Nápovědy https://www.minirpa.net/contactUs.html
URL Stránky Zásad Ochrany Soukromí https://www.minirpa.net/captchasolver_Privacy.html
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}