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

CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA là gì?

CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA là một tiện ích mở rộng Chrome được phát triển bởi https://minirpa.net, và tính năng chính của nó là "solve hCAPTCHA and reCAPTCHA using AI on any pages. Seamless integration with NoCoding Data Scraper for easier data collection".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA

Tải xuống các tệp mở rộng CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA
ID hlifkpholllijblknnmbfagnkjneagid
URL Chính Thức https://chromewebstore.google.com/detail/captcha-solver-free-auto/hlifkpholllijblknnmbfagnkjneagid
Mô tả solve hCAPTCHA and reCAPTCHA using AI on any pages. Seamless integration with NoCoding Data Scraper for easier data collection
Kích Thước Tệp 26.43 MB
Số Lần Cài Đặt 14,854
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2023-11-25
Đánh Giá 4.43/5 Tổng số 88 Đánh Giá
Nhà Phát Triển https://minirpa.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.minirpa.net
URL Trang Trợ Giúp https://www.minirpa.net/contactUs.html
URL Trang Chính Sách Bảo Mật https://www.minirpa.net/captchasolver_Privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}