CapMonster Cloud — automated captcha solver

Online service for automated captcha solving

¿Qué es CapMonster Cloud — automated captcha solver?

CapMonster Cloud — automated captcha solver es una extensión de Chrome desarrollada por Zennolab, y su función principal es "Online service for automated captcha solving".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión CapMonster Cloud — automated captcha solver

Descarga archivos de extensión CapMonster Cloud — automated captcha solver en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        With this extension, you can recognize reCAPTCHA, hCaptcha and other types of captchas automatically.

The extension is designed to work in Google Chrome.


How to start using the Capmonster Cloud extension:
1. Add an extension to your browser
2. Register on https://capmonster.cloud
3. Top up your balance
4. Enter the API key in the extension
5. The extension will automatically recognize captchas                    

Información Básica de la Extensión

Nombre CapMonster Cloud — automated captcha solver CapMonster Cloud — automated captcha solver
ID pabjfbciaedomjjfelfafejkppknjleh
URL Oficial https://chromewebstore.google.com/detail/capmonster-cloud-%E2%80%94-automa/pabjfbciaedomjjfelfafejkppknjleh
Descripción Online service for automated captcha solving
Tamaño del Archivo 1.14 MB
Cantidad de Instalaciones 10,701
Versión Actual 1.11.12
Última Actualización 2024-03-01
Fecha de Publicación 2022-07-15
Calificación 4.48/5 Total de 54 Calificaciones
Desarrollador Zennolab
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://capmonster.cloud
URL de la Página de Ayuda https://helpdesk.zennolab.com/ru/conversation/new
URL de la Página de Política de Privacidad https://zennolab.com/ru/terms-of-service
Idiomas Soportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "__MSG_extShortName__",
    "version": "1.11.12",
    "icons": {
        "48": "img\/icon.png"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/content\/solver.css"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "turnstileInterceptor.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "recaptcha.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "hcaptcha.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.arkoselabs.com\/fc\/*",
                "*:\/\/*.funcaptcha.com\/fc\/*"
            ],
            "js": [
                "funcaptcha.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "pageScriptHandler.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "cookies",
        "contextMenus",
        "activeTab",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; report-uri https:\/\/o111940.ingest.sentry.io\/api\/4504712665628672\/security\/?sentry_key=82d69ef4536b474e80b8343faaffd27a https:\/\/api.mixpanel.com"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "defaultSettings.json",
                "recaptcha2Interceptor.js",
                "recaptcha3Interceptor.js",
                "hcaptchaInterceptor.js",
                "geetestInterceptor.js",
                "funcaptchaInterceptor.js",
                "turnstileInterceptor.js",
                "pageScript.js",
                "fonts\/roboto\/Roboto-Regular.ttf",
                "img\/white-cogs.png",
                "img\/blue-cogs-animated.gif",
                "img\/green-cogs.png",
                "img\/red-cogs.png"
            ]
        }
    ]
}