Giter Club home page Giter Club logo

capsolver / capsolver-browser-extension Goto Github PK

View Code? Open in Web Editor NEW
40.0 3.0 2.0 2 KB

This browser extension supports recognition of the most popular CAPTCHAs, including reCAPTCHA v2, v3, reCAPTCHA v2 invisible, enterprise, hCaptcha, FunCaptcha, Geetest, AWS Waf Captcha, Amazon Captcha, Cloudflare v3(Turnstile) Captcha and regular picture captcha with numbers and letters(ImageToText).

Home Page: https://www.capsolver.com/

capsolver captcha captcha-services-for-funcaptcha captcha-services-for-hcaptcha captcha-services-for-recaptcha captcha-solver captcha-solving google-recaptcha-solver recaptcha-v2-solver recaptcha-v3-solver

capsolver-browser-extension's Introduction

This plugins allows you to automatically solve CAPTCHAs found on any webpage.

CapSolver extension - best and fastest browser captcha solver(based on AI)

  1. Official CapSolver browser extension for Chrome, which automatically solves any CAPTCHAs in the background using artificial intelligence algorithms is the best quality bypass extension worldwide, which helps to solve any captchas on any sites.
  2. This browser extension supports recognition of the most popular CAPTCHAs, including reCAPTCHA v2, v3, invisible, enterprise, hCaptcha, FunCaptcha, Geetest, AWS Waf Captcha, Amazon Captcha, Cloudflare v3(Turnstile) Captcha and regular picture captcha with numbers and letters(ImageToText).
  3. Browser extensions can also assist people in need, such as those with disabilities, by automatically recognizing and clicking on captcha verifications.
  4. Browser extension is supported in Chrome, with Firefox, Opera, and Edge planning support in the near future.

How to use:

  1. Add extension to Chrome
  2. Sign up and add funds on https://capsolver.com/
  3. Add an API key to the extension.

Price:

https://www.capsolver.com/#pricing

Docs:

https://docs.capsolver.com/guide/extension/instructions.html

The extension allows to bypass:

  • reCAPTCHA v2
  • reCAPTCHA v3
  • reCAPTCHA Enterprise
  • hCaptcha
  • hCaptcha Enterprise
  • Arkose Labs Captcha / FunCAPTCHA(coming soon)
  • Amazon AWS WAF CAPTCHA(coming soon)
  • ImageToText CAPTCHA(coming soon)
  • Cloudflare Turnstile* (coming soon)
  • GeeTest v3/ v4 (coming soon)

Support - [email protected]

capsolver-browser-extension's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

saharbenjm

capsolver-browser-extension's Issues

Can not add Extension in Java Selenium

//My code
//Do I need to deposit money into my account first to use the API key ?
public class ChromeWithPlugin {
public static void main(String[] args) {

    ChromeOptions options = new ChromeOptions();
    options.addExtensions(new File("lib\\CapSolverExtension.crx"));
 // Thiết lập cho chrome
	options.setBinary("lib\\chrome-win64\\chrome.exe");

//options.addArguments("--headless");.

    WebDriver driver = new ChromeDriver(options);
    driver.get("https://google.com");
    System.out.println();
}

}

useCapsolver config option doesn't work with Playwright Chrome browser

Hello,

I am trying to use your extension with the Playwright browser. The extension was installed successfully, however, I the extension doesn't run automatically and requires clicking on it and waiting for some time before it can work on the web page.

I am using the latest version of the extension [v.1.12.2].

Configuration file is not read apikey etc

I configured the config.js file on the latest version of CapSolver.Browser.Extension-chrome-v1.11.0 and it doesn't read the apikey on the chrome extension

However, I tried using the CapSolver.Browser.Extension-v.1.7.1 version in the config.json file and it read the apikey on the chrome extension

Maybe the file that connects config.js to the latest file has an error?

Repeat times setting not work

the extension have RepeatTimes setting and it set as 10 as default
but auto retry not work after failed solve captcha
If failed solve captcha, no way to know that on code.
Is there any solution for this or can i get any event after failed?

solvedCallback did not call

file config.js:

  {...
"useCapsolver": true,
  "manualSolving": false,
  "solvedCallback": "captchaSolvedCallback", 
... }

nodejs using puppeteer:


await page.evaluate(() => {
       window.captchaSolvedCallback = () => {
         console.log("Callback function executed!");
       };
     });

After solving funcaptcha, captchaSolvedCallback function never been called.
What did I do wrong? Do I have to set up something else?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.