WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Captcha Solver: automate CAPTCHA solving

Captcha Solver: automate CAPTCHA solving

View on Chrome Web Store
View Captcha Solver: automate CAPTCHA solving Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (348 ratings)
1 new ratings
11 views
This extension has been viewed 11 times
1 downloads
This extension has been downloaded 1 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

solve hCaptcha, reCAPTCHA and MTCaptcha. Support Playwright, Puppeteer and NoCoding Data Scraper for web scraping.
Type
Extension
Users
60,000 users
10K
Website minirpa.net
miniRPA
View author page of miniRPA
Published
Published on November 25, 2023
Version 1.0.12
Manifest version
3
Updated
Updated on August 25, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Captcha Solver: automate CAPTCHA solving Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "name": "__MSG_extName__",
    "short_name": "Captcha Solver",
    "description": "__MSG_extDesc__",
    "version": "1.0.12",
    "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": true,
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "\/content\/reCaptchaIndex.js"
            ],
            "match_about_blank": false,
            "matches": [
                "*:\/\/*.google.com\/recaptcha\/api2\/*",
                "*:\/\/*.google.com\/recaptcha\/enterprise\/*",
                "*:\/\/*.recaptcha.net\/recaptcha\/api2\/*",
                "*:\/\/*.recaptcha.net\/recaptcha\/enterprise\/*"
            ],
            "exclude_matches": [],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "\/content\/hCaptchaIndex.js"
            ],
            "match_about_blank": false,
            "matches": [
                "*:\/\/*.hcaptcha.com\/captcha\/*"
            ],
            "exclude_matches": [],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "\/content\/mtCaptchaIndex.js"
            ],
            "match_about_blank": false,
            "matches": [
                "*:\/\/*.mtcaptcha.com\/mtcv1\/*"
            ],
            "exclude_matches": [],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "\/content\/arkoseCaptchaIndex.js"
            ],
            "match_about_blank": false,
            "matches": [
                "*:\/\/*.arkoselabs.com\/fc\/*",
                "*:\/\/*.funcaptcha.com\/fc\/*",
                "*:\/\/*\/fc\/assets\/*"
            ],
            "exclude_matches": [],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/solver2.minirpa.net\/*"
            ],
            "js": [
                "\/content\/manageIndex.js"
            ],
            "run_at": "document_start"
        }
    ],
    "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",
        "activeTab"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "static\/wasm.wasm",
                "static\/wasm-simd.wasm",
                "static\/eJwrSo2vzM_JLzPVTUktSU0uyczPiy8z0MsvKgEAijwKGQ==",
                "static\/eJwrzk-Jz8wrsYgvM9DLLyoBAC6zBbE=",
                "static\/eJxLSywuCXb01S2Oz8wrsYgvM9DLLyoBAFPcB5o=",
                "static\/eJzLzU_KzEnNSy0pM44vM9DLLyoBAEPaBvE=",
                "static\/eJzzzU_KzEn1Sy0JM47PSSxKT40vTInPzCuxiC8z1MvPy6sAANRyDIA=",
                "static\/rules.json",
                "static\/ba.json",
                "options\/options.html**",
                "\/content\/**",
                "popup\/popup.html**"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top