CAPTCHACoins Solver
CAPTCHACoins reCaptcha and image CAPTCHA solver.
CAPTCHACoins Solver란 무엇입니까?
CAPTCHACoins Solver은(는) https://captchacoins.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CAPTCHACoins reCaptcha and image CAPTCHA solver."입니다.
확장 프로그램 스크린샷
CAPTCHACoins Solver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | CAPTCHACoins Solver |
ID | mjcdopeekcpoenakhcldacjledfhikef |
공식 URL | https://chromewebstore.google.com/detail/captchacoins-solver/mjcdopeekcpoenakhcldacjledfhikef |
설명 | CAPTCHACoins reCaptcha and image CAPTCHA solver. |
파일 크기 | 170 KB |
설치 횟수 | 133 |
현재 버전 | 2.0.4 |
최근 업데이트 | 2023-06-22 |
출시 날짜 | 2023-06-22 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | https://captchacoins.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://captchacoins.com |
도움말 페이지 URL | http://captchacoins.com/support/ |
개인정보 보호 정책 페이지 URL | http://captchacoins.com/privacypolicy |
지원되는 언어 | 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": [ " |