CAPTCHACoins Solver
CAPTCHACoins reCaptcha and image CAPTCHA solver.
CAPTCHACoins Solver क्या है?
CAPTCHACoins Solver https://captchacoins.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CAPTCHACoins reCaptcha and image CAPTCHA solver."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CAPTCHACoins Solver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |