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 |
公式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 |
Eメール | [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": [ " |