CAPTCHACoins Solver
CAPTCHACoins reCaptcha and image CAPTCHA solver.
O que é CAPTCHACoins Solver?
CAPTCHACoins Solver é uma extensão do Chrome desenvolvida por https://captchacoins.com, e sua principal característica é "CAPTCHACoins reCaptcha and image CAPTCHA solver.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CAPTCHACoins Solver
Baixe arquivos de extensão CAPTCHACoins 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
This extension will automatically detect captchas with in the page but you will have to select the correct CAPTCHA IMAGE and the correct CAPTCHA FIELD then REFRESH the browser for the service to solve the captcha automatically. HOW TO USE: - Set the CAPTCHA image by right clicking on the CAPTCHA image as seen within the website page. - Set the CAPTCHA answer too by right clicking on the CAPTCHA answer form field as seen within the website page. - Once done the extension will automatically start solving. API KEY: To get an API key, register a free account at http://captchacoins.com and top-up your account with a minimum of $5 USD to start solving. BASE PRICE RATE: - $1 per 1000 reCAPTCHAs - $0.5 per 1000 Image CAPTCHAs - $0.7 per 1000 Audio CAPTCHAs
Informações Básicas da Extensão
Nome | CAPTCHACoins Solver |
ID | mjcdopeekcpoenakhcldacjledfhikef |
URL Oficial | https://chromewebstore.google.com/detail/captchacoins-solver/mjcdopeekcpoenakhcldacjledfhikef |
Descrição | CAPTCHACoins reCaptcha and image CAPTCHA solver. |
Tamanho do Arquivo | 170 KB |
Contagem de Instalações | 133 |
Versão Atual | 2.0.4 |
Última Atualização | 2023-06-22 |
Data de Publicação | 2023-06-22 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://captchacoins.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://captchacoins.com |
URL da Página de Ajuda | http://captchacoins.com/support/ |
URL da Página de Política de Privacidade | http://captchacoins.com/privacypolicy |
Idiomas Suportados | en,ru |
manifest.json | |
{ "action": { "default_icon": { "128": "assets\/images\/icon_128.png", "32": "assets\/images\/icon_32.png" }, "default_popup": "popup\/popup.html", "default_title": "CAPTCHACoins CAPTCHA Solver" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "all_frames": true, "css": [ "content\/style.css" ], "js": [ "vendor\/jquery\/3.5.1\/jquery.min.js", "common\/config.js", "content\/core_helpers.js", "content\/script.js", "content\/captcha\/geetest\/processor.js", "content\/captcha\/geetest_v4\/processor.js", "content\/captcha\/hcaptcha\/processor.js", "content\/captcha\/keycaptcha\/processor.js", "content\/captcha\/recaptcha\/processor.js", "content\/captcha\/arkoselabs\/processor.js", "content\/captcha\/normal\/hunter.js", "content\/captcha\/normal\/processor.js", "content\/captcha\/lemin\/processor.js", "content\/captcha\/yandex\/processor.js", "content\/captcha\/yandex\/hunter.js", "content\/captcha\/capy\/processor.js", "content\/captcha\/capy\/hunter.js" ], "matches": [ " |