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?

CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA是由https://minirpa.net開發的Chrome擴展程式,該擴展的主要功能是“solve hCAPTCHA and reCAPTCHA using AI on any pages. Seamless integration with NoCoding Data Scraper for easier data collection”。

擴展截圖

screenshot
screenshot

下載CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA擴展crx文件

下載CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA CAPTCHA Solver: free auto hCAPTCHA reCAPTCHA
ID hlifkpholllijblknnmbfagnkjneagid
官方網址 https://chromewebstore.google.com/detail/captcha-solver-free-auto/hlifkpholllijblknnmbfagnkjneagid
簡介 solve hCAPTCHA and reCAPTCHA using AI on any pages. Seamless integration with NoCoding Data Scraper for easier data collection
檔案大小 26.43 MB
安裝次數 14,854
目前版本 0.1.3
更新時間 2024-03-03
上架時間 2023-11-25
評分 4.43/5 共 88 次評分
開發者 https://minirpa.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.minirpa.net
說明頁面URL https://www.minirpa.net/contactUs.html
隱私政策頁面URL https://www.minirpa.net/captchasolver_Privacy.html
支援的語言 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": [
                ""
            ]
        }
    ]
}