CapMonster Cloud — automated captcha solver
Online service for automated captcha solving
O que é CapMonster Cloud — automated captcha solver?
CapMonster Cloud — automated captcha solver é uma extensão do Chrome desenvolvida por Zennolab, e sua principal característica é "Online service for automated captcha solving".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CapMonster Cloud — automated captcha solver
Baixe arquivos de extensão CapMonster Cloud — automated captcha solver no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | CapMonster Cloud — automated captcha solver |
ID | pabjfbciaedomjjfelfafejkppknjleh |
URL Oficial | https://chromewebstore.google.com/detail/capmonster-cloud-%E2%80%94-automa/pabjfbciaedomjjfelfafejkppknjleh |
Descrição | Online service for automated captcha solving |
Tamanho do Arquivo | 1.14 MB |
Contagem de Instalações | 10,701 |
Versão Atual | 1.11.12 |
Última Atualização | 2024-03-01 |
Data de Publicação | 2022-07-15 |
Classificação | 4.48/5 Total de 54 Avaliações |
Desenvolvedor | Zennolab |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://capmonster.cloud |
URL da Página de Ajuda | https://helpdesk.zennolab.com/ru/conversation/new |
URL da Página de Política de Privacidade | https://zennolab.com/ru/terms-of-service |
Idiomas Suportados | 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": [ " |