CapMonster Cloud — automated captcha solver

Online service for automated captcha solving

什麼是CapMonster Cloud — automated captcha solver?

CapMonster Cloud — automated captcha solver是由Zennolab開發的Chrome擴展程式,該擴展的主要功能是“Online service for automated captcha solving”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載CapMonster Cloud — automated captcha solver擴展crx文件

下載CapMonster Cloud — automated captcha solver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 CapMonster Cloud — automated captcha solver CapMonster Cloud — automated captcha solver
ID pabjfbciaedomjjfelfafejkppknjleh
官方網址 https://chromewebstore.google.com/detail/capmonster-cloud-%E2%80%94-automa/pabjfbciaedomjjfelfafejkppknjleh
簡介 Online service for automated captcha solving
檔案大小 1.14 MB
安裝次數 10,701
目前版本 1.11.12
更新時間 2024-03-01
上架時間 2022-07-15
評分 4.48/5 共 54 次評分
開發者 Zennolab
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://capmonster.cloud
說明頁面URL https://helpdesk.zennolab.com/ru/conversation/new
隱私政策頁面URL https://zennolab.com/ru/terms-of-service
支援的語言 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"
            ]
        }
    ]
}