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文件
下載CAPTCHACoins Solver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |