{"id":460377,"date":"2025-05-21T15:00:18","date_gmt":"2025-05-21T15:00:18","guid":{"rendered":"http:\/\/savepearlharbor.com\/?p=460377"},"modified":"-0001-11-30T00:00:00","modified_gmt":"-0001-11-29T21:00:00","slug":"","status":"publish","type":"post","link":"https:\/\/savepearlharbor.com\/?p=460377","title":{"rendered":"<span>Captcha Solver Extension \u2013 Which to Choose: AI-Powered or Human-Powered? Difference Free and Paid CAPTCHA Extension<\/span>"},"content":{"rendered":"<div><!--[--><!--]--><\/div>\n<div id=\"post-content-body\">\n<div>\n<div class=\"article-formatted-body article-formatted-body article-formatted-body_version-2\">\n<div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n<p><strong>How Does a Developer Realize They Need a Browser Auto CAPTCHA Extension?<\/strong><\/p>\n<p>Imagine a developer automating routine tasks \u2014 for example, testing a web application or writing a data scraping script. Everything runs smoothly until a CAPTCHA appears on the path. In the browser, a familiar window pops up: &#171;I am not a robot,&#187; or a grid of images where you need to find traffic lights or pedestrian crossings. The automatic script halts, tests fail, and an inexperienced developer might not even realize the problem for a long time \u2014 after all, they set everything up and started it, but didn\u2019t account for the presence of CAPTCHAs (Completely Automated Public Turing test to tell Computers and Humans Apart), designed precisely to stop bots. But what if the bot is ours and performs, say, useful work?<\/p>\n<figure class=\"\"><img decoding=\"async\" src=\"https:\/\/habrastorage.org\/r\/w1560\/getpro\/habr\/upload_files\/014\/e6d\/410\/014e6d410994d835c7977b965f0a65d9.jpg\" width=\"500\" height=\"500\" sizes=\"auto, (max-width: 780px) 100vw, 50vw\" srcset=\"https:\/\/habrastorage.org\/r\/w780\/getpro\/habr\/upload_files\/014\/e6d\/410\/014e6d410994d835c7977b965f0a65d9.jpg 780w,&#10;       https:\/\/habrastorage.org\/r\/w1560\/getpro\/habr\/upload_files\/014\/e6d\/410\/014e6d410994d835c7977b965f0a65d9.jpg 781w\" loading=\"lazy\" decode=\"async\"\/><\/figure>\n<p>Every automator\u2019s or developer\u2019s (tester\u2019s) story is full of such episodes. First, you try to bypass the CAPTCHA manually, then you look for ways to automate it. The question arises: can a program be taught to solve CAPTCHAs as a human does \u2014 and quickly? Here developers diverge \u2014 some go towards independent solutions without third-party services, others prefer not to handle the solving themselves (they \u201chave no hands\u201d) and accept some financial cost for recognition.<\/p>\n<p>In this article, I want to highlight browser extensions for CAPTCHA bypassing using three examples \u2014 <a href=\"https:\/\/chromewebstore.google.com\/detail\/captcha-solver-%D0%BE%D0%B1%D1%85%D0%BE%D0%B4-%D0%B8-%D0%B0%D0%B2\/nghbiefcnamlpkjagnhoknkklkfiganp\" rel=\"noopener noreferrer nofollow\">SolveCaptcha<\/a>, <a href=\"https:\/\/chromewebstore.google.com\/detail\/buster-captcha-solver-for\/mpbjkejclgfgadiemmefgebjfooflfhl\" rel=\"noopener noreferrer nofollow\">Buster<\/a>, and <a href=\"https:\/\/chromewebstore.google.com\/detail\/captcha-solver-%D0%BE%D0%B1%D1%85%D0%BE%D0%B4-%D0%B8-%D0%B0%D0%B2\/ifibfemgeogfhoebkmokieepdoobkbpo\" rel=\"noopener noreferrer nofollow\">2Captcha <\/a>\u2014 analyzing how they work and what to expect from them.<\/p>\n<p>A disclaimer upfront \u2014 naturally, there are more extensions, but these examples represent each segment well, and there is no need to include all known recognition service extensions or list all their pros and cons. We will approach the question more conservatively.<\/p>\n<p><strong>Starting Simple: What Types of Captchas Exist and Why Bots Find Them Hard to Pass<\/strong><\/p>\n<ul>\n<li>\n<p><strong>Classic CAPTCHAs (Text Captchas):<\/strong> Distorted text or digits in an image to be entered (can be solved by OCR algorithms).<\/p>\n<\/li>\n<li>\n<p><strong>Google reCAPTCHA v2:<\/strong> Either a checkbox &#171;I&#8217;m not a robot&#187; plus a set of images to recognize, or an invisible widget analyzing user behavior on the page.<\/p>\n<\/li>\n<li>\n<p><strong>reCAPTCHA v3 and Cloudflare Turnstile:<\/strong> Require no clicks \u2014 assign a hidden \u201csuspicion\u201d score based on behavior.<\/p>\n<\/li>\n<li>\n<p><strong>hCaptcha and FunCaptcha (Arkose Labs):<\/strong> Offer their own visual or interactive puzzles.<\/p>\n<\/li>\n<li>\n<p><strong>GeeTest:<\/strong> More common in Asian services (e.g., puzzle piece shifting), captchas with image rearrangements, audio captchas for visually impaired, textual questions, sliders, etc.<\/p>\n<\/li>\n<\/ul>\n<figure class=\"full-width\"><img decoding=\"async\" src=\"https:\/\/habrastorage.org\/r\/w1560\/getpro\/habr\/upload_files\/466\/0c5\/966\/4660c5966a271f5fc4a1509bd63704bf.jpeg\" alt=\"When I was about to go to bed after a successful deployment, reCAPTCHA popped up\" title=\"When I was about to go to bed after a successful deployment, reCAPTCHA popped up\" width=\"1388\" height=\"2082\" sizes=\"auto, (max-width: 780px) 100vw, 50vw\" srcset=\"https:\/\/habrastorage.org\/r\/w780\/getpro\/habr\/upload_files\/466\/0c5\/966\/4660c5966a271f5fc4a1509bd63704bf.jpeg 780w,&#10;       https:\/\/habrastorage.org\/r\/w1560\/getpro\/habr\/upload_files\/466\/0c5\/966\/4660c5966a271f5fc4a1509bd63704bf.jpeg 781w\" loading=\"lazy\" decode=\"async\"\/><\/p>\n<div><figcaption>When I was about to go to bed after a successful deployment, reCAPTCHA popped up<\/figcaption><\/div>\n<\/figure>\n<p>For more detailed study on CAPTCHA types, I recommend reading my article on <a href=\"https:\/\/habr.com\/ru\/articles\/847302\/\" rel=\"noopener noreferrer nofollow\">captcha classification and differences.<\/a><\/p>\n<p>Each CAPTCHA type requires its own approach, so unsurprisingly, a universal captcha-solving bot is a non-trivial challenge.<\/p>\n<p><strong>The Market of Solutions Is Growing. Let&#8217;s Look at Three Different Auto CAPTCHA Extension Tools:<\/strong><\/p>\n<ul>\n<li>\n<p><strong>SolveCaptcha:<\/strong> A new paid extension combining AI and human decoders.<\/p>\n<\/li>\n<li>\n<p><strong>Buster:<\/strong> A free open-source extension solving audio captchas.<\/p>\n<\/li>\n<\/ul>\n<p><strong>2Captcha:<\/strong> A veteran CAPTCHArecognition service with its own browser plugin.<\/p>\n<h4>How Auto CAPTCHA Extensions Works: General Principles<\/h4>\n<p>Before diving into individual tools, let\u2019s overview the common architecture of browser captcha-solving extensions:<\/p>\n<ol>\n<li>\n<p><strong>Detecting CAPTCHA on the Page:<br \/><\/strong> The extension (via content scripts) scans the page content for CAPTCHA widget markers. For example, reCAPTCHA v2 includes a &lt;div class=&#187;g-recaptcha&#187;&gt; with a site-key, iframes from google.com\/recaptcha, and a hidden token field. hCaptcha has elements with classes like h-captcha and iframes from hcaptcha.com. Some captchas load dynamically via scripts, so extensions may intercept function calls inserting captchas to catch their appearance. The extension collects necessary data: CAPTCHA type, site public key (sitekey), image\/audio URLs, etc.<\/p>\n<\/li>\n<li>\n<p><strong>Sending the Task to an External Service:<br \/><\/strong> After detection, the extension sends collected data to the solving service via API. Usually, this happens in the background script using an API key linked to the user account. Depending on the CAPTCHA type, different data are sent: for reCAPTCHA\/hCaptcha\/FunCaptcha \u2014 the public key and website URL; for classic image captchas \u2014 image file or URL (downloaded by the extension if needed); for audio \u2014 audio file. Modern services like SolveCaptcha and 2Captcha can auto-detect CAPTCHA type from input data.<\/p>\n<\/li>\n<li>\n<p><strong>Captcha Solving on the Service Side:<br \/><\/strong> This is where the \u201cmagic\u201d happens \u2014 the service either sends the task to neural networks\/OCR, queues it for human decoders, or uses a hybrid approach. For instance, SolveCaptcha claims to combine AI speed and human reliability, applying ML algorithms to simple cases and activating human workers for complex captchas. Similarly, 2Captcha and AntiCaptcha rely on thousands of people worldwide entering captchas for a small fee when algorithms fail. This approach guarantees near 100% CAPTCHA solving, though time varies. The service returns an answer \u2014 recognized text, a valid reCAPTCHA\/hCaptcha token, or another required key.<\/p>\n<\/li>\n<li>\n<p><strong>Receiving and Entering the Answer:<br \/><\/strong> The extension polls the service API for the solution (or sometimes receives webhooks, though polling is typical). Once ready, it injects the answer into the page. For reCAPTCHA, this means filling the hidden g-recaptcha-response field with the token and triggering the site\u2019s success callback (sometimes unlocking the form submit button). For visual captchas \u2014 inserting recognized text into input fields. Some captchas require simulating interactions (e.g., slider drag), but usually these are solved via API tokens. Good extensions integrate the solution seamlessly, as if the user passed the check themselves, often silently in the background \u2014 the user may never notice the CAPTCHA appeared.<\/p>\n<\/li>\n<\/ol>\n<p>Note that extensions operate under Chrome\/Firefox restrictions \u2014 they can only manipulate the page via content scripts and permissions (e.g., to access reCAPTCHA iframe on google.com, explicit permissions in manifest.json are needed). Many request broad permissions like &lt;all_urls&gt; and APIs such as webRequest and scripting. Manifest V3 imposes new limits on background scripts (now service workers), so developers must work around this, but current SolveCaptcha and 2Captcha versions are compatible with Manifest V3.<\/p>\n<blockquote>\n<p><strong>Now, with a general understanding, let\u2019s analyze the specific solutions and their features.<\/strong>  <\/p>\n<\/blockquote>\n<h3>SolveCaptcha \u2013 Hybrid CAPTCHA Solver Extension for Bypass Nearly All CAPTCHA Types<\/h3>\n<p>SolveCaptcha is a relatively new solution (released in 2025) positioned as a universal tool for automatic CAPTCHA solving. It is both a SaaS service with API and a Chrome extension (supports Chromium browsers). The authors present it as a &#171;powerful, fast extension automatically solving captchas including reCAPTCHA, hCaptcha, FunCaptcha (Arkose), GeeTest, graphic captchas, and Cloudflare Turnstile.&#187; Essentially, it supports almost all popular CAPTCHA types. Let\u2019s examine its architecture and usage.<\/p>\n<h4>Architecture and Working of SolveCaptcha CAPTCHA Solver Extension<\/h4>\n<p>SolveCaptcha\u2019s architecture aligns with the general principles described above. Once installed, the extension runs in the background, detecting captchas on any pages you visit. For example, if you open a site with reCAPTCHA, the extension identifies the CAPTCHA element and its type. With your API key, it sends the CAPTCHA task with parameters to its server. For reCAPTCHA v2\/v3, it sends the sitekey and current URL; for FunCaptcha (Arkose Labs) \u2014 the public key and extra page data (e.g., iframe token); for GeeTest \u2014 parameters like Challenge and GT codes generated by the captcha\u2019s JS, all handled by the extension. It acts as a \u201ccaptcha reader\u201d and \u201ccaptcha decoder,\u201d as the documentation states.<\/p>\n<p>On the service side, SolveCaptcha uses a hybrid method. It attempts to solve the CAPTCHA in seconds using either neural networks (for text or simple images), user behavior emulation (for reCAPTCHA v3, possibly running a headless browser moving the mouse to obtain a &#171;human&#187; token), or dispatching the task to a live worker. The service openly states it connects human workers who earn by solving captchas, routing tasks between clients and workers. So, effectively, it works as a marketplace: clients submit captchas, workers solve them. Unlike purely human-based 2Captcha, SolveCaptcha tries to leverage OCR and machine learning where possible to accelerate solving. For example, distorted text captchas may be solved by algorithm in 2-5 seconds, while a human might take ~10 seconds. For very complex captchas (multi-frame or tricky puzzles), humans are engaged, ensuring reliability. This hybrid balances speed with near 100% success.<\/p>\n<p>After receiving the answer (e.g., a valid reCAPTCHA token), the extension automatically inserts it into the page. The user does nothing \u2014 SolveCaptcha works in the background, making it seem as if the CAPTCHA never appeared. When tokens are successfully submitted, the site scripts behave as if verification passed \u2014 for instance, a \u201cSubmit\u201d button activates, and the form submits. Usually, you only notice a brief icon blink or notification of solved CAPTCHA \u2014 no intrusive windows.<\/p>\n<h4>Installation and User Experience of Anti CAPTCHA Extensions<\/h4>\n<p>For users, SolveCaptcha is simple: install the extension and create an account at solvecaptcha.com. After registration, you get an API key. In the extension interface (puzzle icon on the browser toolbar), open settings and enter this key. You also top up your balance on the site \u2014 the service is paid, as explained below. The extension UI is minimal: basically just an API key field, link to your dashboard, and maybe an enable toggle. Most UX happens on CAPTCHA pages: when active, a progress indicator or solver button may appear near the captcha. According to documentation, SolveCaptcha works automatically, but some sites might show progress icons.<\/p>\n<p>Developers also position the extension as an accessibility tool \u2014 aiding users with visual and motor impairments. This emphasizes neutrality: \u201cWe don\u2019t cater to spammers, but promote convenience and inclusiveness.\u201d The extension is listed in Chrome Web Store under \u201cAccessibility,\u201d hinting at Chrome\u2019s approval.<\/p>\n<p>Still, it\u2019s clear that while mainly used for bypassing captchas, the tool openly supports accessibility. As evidence, SolveCaptcha works not only in regular browsers but also in automation scripts. For CI\/CD, Selenium, Puppeteer, developers provide a special extension build (ZIP archive) with configurable API key. You can load it in headless Chrome (via &#8212;load-extension or Puppeteer API). This allows your bots to open CAPTCHA pages and have SolveCaptcha solve captchas on the fly. This is a valuable feature enabling integration into Continuous Integration pipelines (e.g., nightly test runs previously blocked by captchas).<\/p>\n<h4>Supported CAPTCHA Types in SolveCaptcha Auto Anti CAPTCHA Extension<\/h4>\n<p>SolveCaptcha claims support for a broad spectrum:<\/p>\n<ul>\n<li>\n<p>Google reCAPTCHA v2 (regular, invisible, and enterprise),<\/p>\n<\/li>\n<li>\n<p>reCAPTCHA v3,<\/p>\n<\/li>\n<li>\n<p>FunCaptcha (Arkose Labs),<\/p>\n<\/li>\n<li>\n<p>Cloudflare Turnstile,<\/p>\n<\/li>\n<li>\n<p>GeeTest,<\/p>\n<\/li>\n<li>\n<p>Amazon WAF CAPTCHA,<\/p>\n<\/li>\n<li>\n<p>classic graphic CAPTCHAs (text),<\/p>\n<\/li>\n<li>\n<p>sliders, mathematical and text questions \u2014 nearly everything.<\/p>\n<\/li>\n<\/ul>\n<p>Highlights:<\/p>\n<ul>\n<li>\n<p><strong>reCAPTCHA v3:<\/strong> No user challenge but requires a token with a sufficient \u201chuman\u201d score. SolveCaptcha can obtain such tokens. Typically, services (including 2Captcha) let you specify a minimum score (e.g., 0.3, 0.7) and return a token generated either by a real human browser or some emulation. SolveCaptcha likely assigns v3 tasks to humans visiting the target site to get valid tokens (otherwise, Google would detect bot patterns). This costs more but is transparent to users. SolveCaptcha claims ~2\u20133 seconds solving time for v3, likely due to automation.<\/p>\n<\/li>\n<li>\n<p><strong>FunCaptcha (Arkose Labs):<\/strong> One of the toughest modern captchas used in gaming sites, banks, etc., featuring 3D puzzles (rotating objects) or tests. Only humans can solve these, and not all. SolveCaptcha and 2Captcha solve via special API: you provide the public key, and they return a valid Arkose token. Typically, a human worker completes the puzzle. FunCaptcha prices are highest \u2014 $2.99 or even up to $50 per 1000 solves (likely for complex variants), and average solving time ~25 seconds. It\u2019s costly and slow, so better to avoid if possible.<\/p>\n<\/li>\n<li>\n<p><strong>GeeTest:<\/strong> Chinese puzzle CAPTCHA with a jigsaw piece. Solves in ~11 seconds, $0.8 per 1000. AI seems fairly capable here.<\/p>\n<\/li>\n<li>\n<p><strong>Simple graphic captchas:<\/strong> Classic distorted letters\/numbers, math puzzles, code words. SolveCaptcha charges ~$0.35 per 1000 and solves quickly (3\u20135 sec). This showcases OCR power: neural nets recognize text almost instantly. Complex images trigger human fallback.<\/p>\n<\/li>\n<li>\n<p><strong>Cloudflare Turnstile:<\/strong> Newer, user-friendly, often invisible check by Cloudflare. SolveCaptcha solves it at ~$0.8 and ~14 seconds, likely via browser emulation to get tokens.<\/p>\n<\/li>\n<\/ul>\n<p>In summary, SolveCaptcha covers all cases with variable pricing\/speed, conveniently detecting CAPTCHA type and choosing the solving method.<\/p>\n<p>One peculiarity: the website lists hCaptcha support, but the extension doesn\u2019t currently support it (I checked). Support may come later.<\/p>\n<p>Positively, SolveCaptcha assists not just bots but also users with disabilities, automating recognition and clicks to help people with visual and motor impairments. Thus, its use can be justified beyond bypassing protections \u2014 for digital inclusion. The impact depends on who wields the tool \u2014 a point for the conclusions.<\/p>\n<h3>Buster \u2014 CAPTCHA Extension for Audio CAPTCHA Bypassing Without Third-Party Services<\/h3>\n<p>If SolveCaptcha is a \u201ccombine harvester\u201d for all captchas, then Buster: CAPTCHA Solver for Humans is a niche but popular extension. It solves reCAPTCHA v2 by automating audio challenges and speech recognition. Released several years ago, it\u2019s a boon for users tired of clicking images.<\/p>\n<h4>How Buster Works<\/h4>\n<p>When faced with reCAPTCHA (\u201cI\u2019m not a robot\u201d), an option exists to select an audio challenge \u2014 listen to distorted speech (numbers\/words) and enter it. Designed for visually impaired users, Buster automates this:<\/p>\n<ul>\n<li>\n<p>Adds a small orange-green button next to the reCAPTCHA widget.<\/p>\n<\/li>\n<li>\n<p>User clicks it instead of the checkbox.<\/p>\n<\/li>\n<li>\n<p>Buster clicks the audio challenge icon (headphone symbol).<\/p>\n<\/li>\n<li>\n<p>Downloads the MP3 audio file with distorted spoken digits.<\/p>\n<\/li>\n<li>\n<p>Runs the audio through the browser\u2019s built-in or accessible speech-to-text engine (can use Google Speech Recognition API or alternatives).<\/p>\n<\/li>\n<li>\n<p>Inserts the recognized text into the input field and submits.<\/p>\n<\/li>\n<li>\n<p>If correct, reCAPTCHA accepts it, showing a green checkmark \u2014 no image clicks needed.<\/p>\n<\/li>\n<\/ul>\n<p>The cycle usually takes under 30 seconds, often 10\u201320. Buster isn\u2019t 100% guaranteed: complex audio (noise\/background words) may cause failures, but users can request new audio. About 75% succeed first try; nearly all on second.<\/p>\n<h4>Buster Advantages and Limitations<\/h4>\n<p><strong>Pros:<\/strong><\/p>\n<ul>\n<li>\n<p>Completely free and open-source; code on GitHub; available for Chrome, Firefox, Edge, Opera. Over 600,000 Chrome users; ~3.8 rating. No API keys or subscriptions needed \u2014 install and use.<\/p>\n<\/li>\n<li>\n<p>Privacy: doesn\u2019t send personal data externally except anonymous speech recognition requests to Google. Users can even run local\/offline speech engines for full privacy.<\/p>\n<\/li>\n<li>\n<p>Simple: press button, CAPTCHA solved \u2014 ideal for frequent CAPTCHA encounters (e.g., VPN users). The author made it to \u201csave a couple of minutes daily.\u201d<\/p>\n<\/li>\n<\/ul>\n<p><strong>Cons:<\/strong><\/p>\n<ul>\n<li>\n<p>Only reCAPTCHA v2 supported (including invisible with manual audio invocation). No hCaptcha, FunCaptcha, or others. Many captchas lack audio options or have complex audio.<\/p>\n<\/li>\n<li>\n<p>Not automatic\/background: requires manual click to activate, unsuitable for unattended automation. You could script the click but it\u2019s complex compared to token APIs. Buster targets interactive human use.<\/p>\n<\/li>\n<li>\n<p>Frequency limits: Google may detect suspicious activity; audio may get blocked temporarily if abused. Buster warns against overuse. The author made a desktop app simulating mouse movement to improve success \u2014 but that\u2019s beyond average user needs.<\/p>\n<\/li>\n<li>\n<p>If Google doubts you\u2019re human, it may force visual CAPTCHA without audio option.<\/p>\n<\/li>\n<\/ul>\n<figure class=\"full-width\"><img decoding=\"async\" src=\"https:\/\/habrastorage.org\/r\/w1560\/getpro\/habr\/upload_files\/02e\/de2\/7c3\/02ede27c32e78a6128aac46124c1d26a.webp\" alt=\"Developer: Buster, why pay. Audio-challenge is temporarily unavailable\" title=\"Developer: Buster, why pay. Audio-challenge is temporarily unavailable\" width=\"1080\" height=\"938\" sizes=\"auto, (max-width: 780px) 100vw, 50vw\" srcset=\"https:\/\/habrastorage.org\/r\/w780\/getpro\/habr\/upload_files\/02e\/de2\/7c3\/02ede27c32e78a6128aac46124c1d26a.webp 780w,&#10;       https:\/\/habrastorage.org\/r\/w1560\/getpro\/habr\/upload_files\/02e\/de2\/7c3\/02ede27c32e78a6128aac46124c1d26a.webp 781w\" loading=\"lazy\" decode=\"async\"\/><\/p>\n<div><figcaption>Developer: Buster, why pay.<br \/> Audio-challenge is temporarily unavailable<\/figcaption><\/div>\n<\/figure>\n<p>In sum, Buster is a great free tool for occasional reCAPTCHA solving but unsuitable for large-scale automation or CI\/CD.<\/p>\n<h3>2Captcha \u2014 Veteran Service and CAPTCHA Solver Extension<\/h3>\n<p>If Buster is an enthusiast\u2019s solo tool and SolveCaptcha a newcomer, 2Captcha is a market giant in human-powered captcha solving, operating for many years. It offers an API where millions of captchas are solved by real people for payment. 2Captcha also has its own browser extension enabling users to automatically solve captchas on pages via the same service.<\/p>\n<h4>How 2Captcha\u2019s Anti CAPTCHA Extension Works<\/h4>\n<p>Structurally similar to SolveCaptcha\u2019s extension: install (available for Chrome, Firefox, Opera, Edge), enter your 2Captcha API key in settings. It detects captchas in the background. When visiting a supported CAPTCHA page, it either auto-submits the task (if auto-solve enabled) or prompts a &#171;Solve&#187; button. Mostly everything happens automatically: it sends the task, receives the answer, injects it.<\/p>\n<p>2Captcha supports an extensive CAPTCHA list: reCAPTCHA v2 (normal, invisible, enterprise), reCAPTCHA v3, FunCaptcha, GeeTest, KeyCaptcha, Capy Puzzle, Grid captchas (image cells), ClickCaptcha (area clicks), RotateCaptcha (image rotation), CanvasCaptcha, Yandex and VK captchas, classic image captchas with text \u2014 almost every type existing. Their years of experience allow adding new types as they appear. For example, Akamai CAPTCHA or Datadome are supported via API or special scripts (not extension). The extension supports the most popular types out-of-the-box.<\/p>\n<h4>Speed and Efficiency of Auto CAPTCHA Extension<\/h4>\n<p>Because 2Captcha relies mainly on humans, solving speed depends on availability. Simple text captchas ~5\u201310 sec; reCAPTCHA usually 20\u201340 sec, sometimes up to a minute. For v3, faster if using pre-prepared tokens. 2Captcha\u2019s website lists time and price ranges: reCAPTCHA v2 from 1\u20133 sec (likely AI) to 60 sec (human), FunCaptcha ~30 sec average but can be longer.<\/p>\n<h4>Automation Use of CAPTCHA Solver Chrome Extension<\/h4>\n<p>2Captcha extension integrates with Puppeteer\/Selenium. Open-source code on GitHub, with instructions for headless Chrome and API key config. You can automate browser testing, waiting for CAPTCHA to disappear after the extension solves it. They provide code examples and an npm package. Their detailed logic includes CAPTCHA hunter scripts, dynamic call interceptors, and answer inserters \u2014 interesting mostly to enthusiasts.<\/p>\n<h4>Cost of Auto CAPTCHA Extension for Chrome and ect.<\/h4>\n<p>2Captcha is paid: $1\u20133 per 1000 reCAPTCHAs ($0.002 per captcha), $0.5 per 1000 simple images ($0.0005 per captcha). FunCaptcha may cost more, rarely exceeding $3. Using the extension requires topping up your balance; when zero, solving stops. SolveCaptcha offers similar or slightly lower prices (discounting as newcomers). Buster is free but limited \u2014 the choice depends on priorities.<\/p>\n<h3>SolveCaptcha vs 2Captcha: Comparing Two Similar Yet Different Browser CAPTCHA Extensions for CAPTCHA Bypass<\/h3>\n<p>Both are paid services with extensions. SolveCaptcha is newer, focuses on AI, quick start, simpler UX, targeting not just developers but testers and general users. 2Captcha is a \u201cworkhorse\u201d with a mature worker base, multilingual support, and open ecosystem.<\/p>\n<p><strong>Differences:<\/strong><\/p>\n<ul>\n<li>\n<p><strong>AI vs Human:<\/strong> SolveCaptcha advertises AI+human hybrid, potentially faster\/cheaper on simple captchas. 2Captcha is primarily human-powered. User time difference is small (5\u201310 sec AI vs 15\u201330 sec human). For high-volume solving, AI is crucial: SolveCaptcha claims capacity for 14k reCAPTCHA v2 solves per minute; 2Captcha needs a large workforce for that throughput.<\/p>\n<\/li>\n<li>\n<p><strong>Extension UI and Experience:<\/strong> SolveCaptcha is easy to install from Chrome Store, minimal UI \u2014 \u201cworks out of box, just enter API key.\u201d 2Captcha is also in Chrome Store now, previously manual install. It offers more settings (e.g., automatic 2Captcha\/RuCaptcha selection). Both support Puppeteer.<\/p>\n<\/li>\n<li>\n<p><strong>Captcha Support:<\/strong> Roughly equal. SolveCaptcha documentation lacks mention of some exotic types (Capy, VK) but claims to solve all known. 2Captcha explicitly lists many types.<\/p>\n<\/li>\n<li>\n<p><strong>Pricing:<\/strong> Comparable. SolveCaptcha sometimes cheaper (e.g., $0.55 per 1000 reCAPTCHA v2 vs 2Captcha\u2019s $1 minimum). SolveCaptcha may discount to grow clientele. Price difference in cents likely insignificant if quality lags.<\/p>\n<\/li>\n<\/ul>\n<p>By the way, you can compare services in real time and decide which extension to use on the <a href=\"https:\/\/captchathecat.com\/\" rel=\"noopener noreferrer nofollow\">captchathecat <\/a>service. It&#8217;s a pity there is no Buster here, it would be more visual.<\/p>\n<p><strong>Bottom line:<\/strong> Developers choose based on experience: existing 2Captcha users continue with it; those seeking \u201c3-second AI\u201d can try SolveCaptcha. Both deliver roughly equal reliability.<\/p>\n<h3>Real Use Cases of Auto CAPTCHA Extension<\/h3>\n<ul>\n<li>\n<p><strong>Web scraping:<\/strong> Scripts hit captchas when scraping sites (e.g., pricing data from online stores). Without CAPTCHA solving, scripts fail. Integrating solvers like 2Captcha or SolveCaptcha lets scrapers continue uninterrupted. Many cloud browser automation platforms embed these services, enabling large-scale data collection without manual CAPTCHA input. You pay per solve, but avoid losing entire workflows.<\/p>\n<\/li>\n<li>\n<p><strong>Testing and CI\/CD:<\/strong> QA engineers writing automated UI tests struggle with captchas. Tests must be reproducible, but captchas require human input. Extensions allow inclusion in test runs. E.g., Selenium profiles with SolveCaptcha plugin and API key solve captchas on the fly, letting tests pass without errors. Critical for CI\/CD where no manual intervention exists. SolveCaptcha can even monitor prod environments by running login scripts hourly, handling captchas if they appear, enhancing robustness.<\/p>\n<\/li>\n<li>\n<p><strong>Accessibility and User Scenarios:<\/strong> Extensions like SolveCaptcha and Buster aid not just bots but real users with disabilities (visual, motor impairments). Some captchas are impossible for certain users. These tools automate recognition and interaction, breaking barriers and achieving digital inclusivity. Also, ordinary users tired of captchas on slow or privacy-focused connections benefit from faster solving, with paid services or free Buster helping.<\/p>\n<\/li>\n<\/ul>\n<p><strong>Gray Areas:<\/strong> Spam bots, mass fake account creation, fraud \u2014 all rely on captcha-solving services. 2Captcha grew from this market. Tools themselves are neutral; how scripts use them depends on developers.<\/p>\n<h3>Summary Table and Conclusions<\/h3>\n<div>\n<div class=\"table\">\n<table>\n<tbody>\n<tr>\n<td>\n<p align=\"left\"><strong>Criterion<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"left\"><strong>SolveCaptcha<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"left\"><strong>2Captcha<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"left\"><strong>Buster<\/strong><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"left\"><strong>Supported CAPTCHA Types<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"left\">reCAPTCHA v2\/v3, FunCaptcha, images (any), GeeTest, Arkose (prioritizes new types)<\/p>\n<\/td>\n<td>\n<p align=\"left\">reCAPTCHA v2\/v3, FunCaptcha, images, GeeTest, Arkose, others (worker-dependent)<\/p>\n<\/td>\n<td>\n<p align=\"left\">Only reCAPTCHA v2 via audio<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"left\"><strong>Background \/ Headless<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"left\">Fully automatic, works in headless browsers &amp; CI\/CD; REST API + extension<\/p>\n<\/td>\n<td>\n<p align=\"left\">Fully automatic, headless via API; extension also works in background<\/p>\n<\/td>\n<td>\n<p align=\"left\">Requires manual click; no headless mode<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"left\"><strong>Distribution Model<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"left\">Proprietary service and closed-source extension<\/p>\n<\/td>\n<td>\n<p align=\"left\">Proprietary service; extension open-source (GitHub)<\/p>\n<\/td>\n<td>\n<p align=\"left\">Fully open-source (MIT)<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"left\"><strong>Average Solving Speed<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"left\">5\u201320 sec (sometimes 30+ on complex tasks)<\/p>\n<\/td>\n<td>\n<p align=\"left\">10\u201360 sec, depends on worker queue &amp; CAPTCHA type<\/p>\n<\/td>\n<td>\n<p align=\"left\">10\u201320 sec; Google may block audio temporarily<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"left\"><strong>Main Limitations<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"left\">Requires balance top-up; browser-oriented (Chrome Web Store)<\/p>\n<\/td>\n<td>\n<p align=\"left\">Queue of live workers; complex captchas take longer<\/p>\n<\/td>\n<td>\n<p align=\"left\">Limited to reCAPTCHA, no headless; audio blocks<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"left\"><strong>Cost<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"left\">~$2 per 1000 reCAPTCHA; cheaper for hCaptcha; prepaid<\/p>\n<\/td>\n<td>\n<p align=\"left\">~$1\u20133 per 1000 reCAPTCHA; prepaid<\/p>\n<\/td>\n<td>\n<p align=\"left\">Free<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"left\"><strong>Pros<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"left\">\u2022 Fastest AI method<\/p>\n<p align=\"left\">\u2022 Ready ZIP config for CI\/CD<\/p>\n<p align=\"left\">\u2022 Quick adaptation to new types<\/p>\n<\/td>\n<td>\n<p align=\"left\">\u2022 Longstanding reputation and large worker base<\/p>\n<p align=\"left\">\u2022 Open extension code for security<\/p>\n<p align=\"left\">\u2022 Fine API tuning<\/p>\n<\/td>\n<td>\n<p align=\"left\">\u2022 Completely free<\/p>\n<p align=\"left\">\u2022 Maximum code transparency<\/p>\n<p align=\"left\">\u2022 No account or balance required<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"left\"><strong>Cons<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"left\">\u2022 Closed code, less transparency<\/p>\n<p align=\"left\">\u2022 Paid: no balance, no service<\/p>\n<\/td>\n<td>\n<p align=\"left\">\u2022 Speed fluctuates<\/p>\n<p align=\"left\">\u2022 Still human labor, possible peak delays<\/p>\n<\/td>\n<td>\n<p align=\"left\">\u2022 Narrow specialization<\/p>\n<p align=\"left\">\u2022 Requires manual click, no automation<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p align=\"left\"><strong>Suitable for CI\/CD &amp; scraping<\/strong><\/p>\n<\/td>\n<td>\n<p align=\"left\">Yes (headless, API)<\/p>\n<\/td>\n<td>\n<p align=\"left\">Yes (headless, API)<\/p>\n<\/td>\n<td>\n<p align=\"left\">No<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p>In objective comparison, SolveCaptcha, Buster, and 2Captcha each excel in their niches. SolveCaptcha impresses with versatility and speed; Buster attracts with simplicity and free access; 2Captcha relies on proven reliability and scalability. The choice depends on your needs: for occasional reCAPTCHA, Buster is great; for massive and varied captchas, paid services like SolveCaptcha or 2Captcha are necessary. Sometimes combining them makes sense \u2014 e.g., try Buster first, and if that fails, fall back to automatic 2Captcha solving.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><!----><!----><\/div>\n<p><!----><!----><br \/> \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b \u0441\u0442\u0430\u0442\u044c\u0438 <a href=\"https:\/\/habr.com\/ru\/articles\/911278\/\"> https:\/\/habr.com\/ru\/articles\/911278\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<div><!--[--><!--]--><\/div>\n<div id=\"post-content-body\">\n<div>\n<div class=\"article-formatted-body article-formatted-body article-formatted-body_version-2\">\n<div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n<p><strong>How Does a Developer Realize They Need a Browser Auto CAPTCHA Extension?<\/strong><\/p>\n<p>Imagine a developer automating routine tasks \u2014 for example, testing a web application or writing a data scraping script. Everything runs smoothly until a CAPTCHA appears on the path. In the browser, a familiar window pops up: &#171;I am not a robot,&#187; or a grid of images where you need to find traffic lights or pedestrian crossings. The automatic script halts, tests fail, and an inexperienced developer might not even realize the problem for a long time \u2014 after all, they set everything up and started it, but didn\u2019t account for the presence of CAPTCHAs (Completely Automated Public Turing test to tell Computers and Humans Apart), designed precisely to stop bots. But what if the bot is ours and performs, say, useful work?<\/p>\n<figure class=\"\"><\/figure>\n<p>Every automator\u2019s or developer\u2019s (tester\u2019s) story is full of such episodes. First, you try to bypass the CAPTCHA manually, then you look for ways to automate it. The question arises: can a program be taught to solve CAPTCHAs as a human does \u2014 and quickly? Here developers diverge \u2014 some go towards independent solutions without third-party services, others prefer not to handle the solving themselves (they \u201chave no hands\u201d) and accept some financial cost for recognition.<\/p>\n<p>In this article, I want to highlight browser extensions for CAPTCHA bypassing using three examples \u2014 <a href=\"https:\/\/chromewebstore.google.com\/detail\/captcha-solver-%D0%BE%D0%B1%D1%85%D0%BE%D0%B4-%D0%B8-%D0%B0%D0%B2\/nghbiefcnamlpkjagnhoknkklkfiganp\" rel=\"noopener noreferrer nofollow\">SolveCaptcha<\/a>, <a href=\"https:\/\/chromewebstore.google.com\/detail\/buster-captcha-solver-for\/mpbjkejclgfgadiemmefgebjfooflfhl\" rel=\"noopener noreferrer nofollow\">Buster<\/a>, and <a href=\"https:\/\/chromewebstore.google.com\/detail\/captcha-solver-%D0%BE%D0%B1%D1%85%D0%BE%D0%B4-%D0%B8-%D0%B0%D0%B2\/ifibfemgeogfhoebkmokieepdoobkbpo\" rel=\"noopener noreferrer nofollow\">2Captcha <\/a>\u2014 analyzing how they work and what to expect from them.<\/p>\n<p>A disclaimer upfront \u2014 naturally, there are more extensions, but these examples represent each segment well, and there is no need to include all known recognition service extensions or list all their pros and cons. We will approach the question more conservatively.<\/p>\n<p><strong>Starting Simple: What Types of Captchas Exist and Why Bots Find Them Hard to Pass<\/strong><\/p>\n<ul>\n<li>\n<p><strong>Classic CAPTCHAs (Text Captchas):<\/strong> Distorted text or digits in an image to be entered (can be solved by OCR algorithms).<\/p>\n<\/li>\n<li>\n<p><strong>Google reCAPTCHA v2:<\/strong> Either a checkbox &#171;I&#8217;m not a robot&#187; plus a set of images to recognize, or an invisible widget analyzing user behavior on the page.<\/p>\n<\/li>\n<li>\n<p><strong>reCAPTCHA v3 and Cloudflare Turnstile:<\/strong> Require no clicks \u2014 assign a hidden \u201csuspicion\u201d score based on behavior.<\/p>\n<\/li>\n<li>\n<p><strong>hCaptcha and FunCaptcha (Arkose Labs):<\/strong> Offer their own visual or interactive puzzles.<\/p>\n<\/li>\n<li>\n<p><strong>GeeTest:<\/strong> More common in Asian services (e.g., puzzle piece shifting), captchas with image rearrangements, audio captchas for visually impaired, textual questions, sliders, etc.<\/p>\n<\/li>\n<\/ul>\n<figure class=\"full-width\">\n<div><figcaption>When I was about to go to bed after a successful deployment, reCAPTCHA popped up<\/figcaption><\/div>\n<\/figure>\n<p>For more detailed study on CAPTCHA types, I recommend reading my article on <a href=\"https:\/\/habr.com\/ru\/articles\/847302\/\" rel=\"noopener noreferrer nofollow\">captcha classification and differences.<\/a><\/p>\n<p>Each CAPTCHA type requires its own approach, so unsurprisingly, a universal captcha-solving bot is a non-trivial challenge.<\/p>\n<p><strong>The Market of Solutions Is Growing. Let&#8217;s Look at Three Different Auto CAPTCHA Extension Tools:<\/strong><\/p>\n<ul>\n<li>\n<p><strong>SolveCaptcha:<\/strong> A new paid extension combining AI and human decoders.<\/p>\n<\/li>\n<li>\n<p><strong>Buster:<\/strong> A free open-source extension solving audio captchas.<\/p>\n<\/li>\n<\/ul>\n<p><strong>2Captcha:<\/strong> A veteran CAPTCHArecognition service with its own browser plugin.<\/p>\n<h4>How Auto CAPTCHA Extensions Works: General Principles<\/h4>\n<p>Before diving into individual tools, let\u2019s overview the common architecture of browser captcha-solving extensions:<\/p>\n<ol>\n<li>\n<p><strong>Detecting CAPTCHA on the Page:<br \/><\/strong> The extension (via content scripts) scans the page content for CAPTCHA widget markers. For example, reCAPTCHA v2 includes a &lt;div class=&#187;g-recaptcha&#187;&gt; with a site-key, iframes from google.com\/recaptcha, and a hidden token field. hCaptcha has elements with classes like h-captcha and iframes from hcaptcha.com. Some captchas load dynamically via scripts, so extensions may intercept function calls inserting captchas to catch their appearance. The extension collects necessary data: CAPTCHA type, site public key (sitekey), image\/audio URLs, etc.<\/p>\n<\/li>\n<li>\n<p><strong>Sending the Task to an External Service:<br \/><\/strong> After detection, the extension sends collected data to the solving service via API. Usually, this happens in the background script using an API key linked to the user account. Depending on the CAPTCHA type, different data are sent: for reCAPTCHA\/hCaptcha\/FunCaptcha \u2014 the public key and website URL; for classic image captchas \u2014 image file or URL (downloaded by the extension if needed); for audio \u2014 audio file. Modern services like SolveCaptcha and 2Captcha can auto-detect CAPTCHA type from input data.<\/p>\n<\/li>\n<li>\n<p><strong>Captcha Solving on the Service Side:<br \/><\/strong> This is where the \u201cmagic\u201d happens \u2014 the service either sends the task to neural networks\/OCR, queues it for human decoders, or uses a hybrid approach. For instance, SolveCaptcha claims to combine AI speed and human reliability, applying ML algorithms to simple cases and activating human workers for complex captchas. Similarly, 2Captcha and AntiCaptcha rely on thousands of people worldwide entering captchas for a small fee when algorithms fail. This approach guarantees near 100% CAPTCHA solving, though time varies. The service returns an answer \u2014 recognized text, a valid reCAPTCHA\/hCaptcha token, or another required key.<\/p>\n<\/li>\n<li>\n<p><strong>Receiving and Entering the Answer:<br \/><\/strong> The extension polls the service API for the solution (or sometimes receives webhooks, though polling is typical). Once ready, it injects the answer into the page. For reCAPTCHA, this means filling the hidden g-recaptcha-response field with the token and triggering the site\u2019s success callback (sometimes unlocking the form submit button). For visual captchas \u2014 inserting recognized text into input fields. Some captchas require simulating interactions (e.g., slider drag), but usually these are solved via API tokens. Good extensions integrate the solution seamlessly, as if the user passed the check themselves, often silently in the background \u2014 the user may never notice the CAPTCHA appeared.<\/p>\n<\/li>\n<\/ol>\n<p>Note that extensions operate under Chrome\/Firefox restrictions \u2014 they can only manipulate the page via content scripts and permissions (e.g., to access reCAPTCHA iframe on google.com, explicit permissions in manifest.json are needed). Many request broad permissions like &lt;all_urls&gt; and APIs such as webRequest and scripting. Manifest V3 imposes new limits on background scripts (now service workers), so developers must work around this, but current SolveCaptcha and 2Captcha versions are compatible with Manifest V3.<\/p>\n<blockquote>\n<p><strong>Now, with a general understanding, let\u2019s analyze the specific solutions and their features.<\/strong>  <\/p>\n<\/blockquote>\n<h3>SolveCaptcha \u2013 Hybrid CAPTCHA Solver Extension for Bypass Nearly All CAPTCHA Types<\/h3>\n<p>SolveCaptcha is a relatively new solution (released in 2025) positioned as a universal tool for automatic CAPTCHA solving. It is both a SaaS service with API and a Chrome extension (supports Chromium browsers). The authors present it as a &#171;powerful, fast extension automatically solving captchas including reCAPTCHA, hCaptcha, FunCaptcha (Arkose), GeeTest, graphic captchas, and Cloudflare Turnstile.&#187; Essentially, it supports almost all popular CAPTCHA types. Let\u2019s examine its architecture and usage.<\/p>\n<h4>Architecture and Working of SolveCaptcha CAPTCHA Solver Extension<\/h4>\n<p>SolveCaptcha\u2019s architecture aligns with the general principles described above. Once installed, the extension runs in the background, detecting captchas on any pages you visit. For example, if you open a site with reCAPTCHA, the extension identifies the CAPTCHA element and its type. With your API key, it sends the CAPTCHA task with parameters to its server. For reCAPTCHA v2\/v3, it sends the sitekey and current URL; for FunCaptcha (Arkose Labs) \u2014 the public key and extra page data (e.g., iframe token); for GeeTest \u2014 parameters like Challenge and GT codes generated by the captcha\u2019s JS, all handled by the extension. It acts as a \u201ccaptcha reader\u201d and \u201ccaptcha decoder,\u201d as the documentation states.<\/p>\n<p>On the service side, SolveCaptcha uses a hybrid method. It attempts to solve the CAPTCHA in seconds using either neural networks (for text or simple images), user behavior emulation (for reCAPTCHA v3, possibly running a headless browser moving the mouse to obtain a &#171;human&#187; token), or dispatching the task to a live worker. The service openly states it connects human workers who earn by solving captchas, routing tasks between clients and workers. So, effectively, it works as a marketplace: clients submit captchas, workers solve them. Unlike purely human-based 2Captcha, SolveCaptcha tries to leverage OCR and machine learning where possible to accelerate solving. For example, distorted text captchas may be solved by algorithm in 2-5 seconds, while a human might take ~10 seconds. For very complex captchas (multi-frame or tricky puzzles), humans are engaged, ensuring reliability. This hybrid balances speed with near 100% success.<\/p>\n<p>After receiving the answer (e.g., a valid reCAPTCHA token), the extension automatically inserts it into the page. The user does nothing \u2014 SolveCaptcha works in the background, making it seem as if the CAPTCHA never appeared. When tokens are successfully submitted, the site scripts behave as if verification passed \u2014 for instance, a \u201cSubmit\u201d button activates, and the form submits. Usually, you only notice a brief icon blink or notification of solved CAPTCHA \u2014 no intrusive windows.<\/p>\n<h4>Installation and User Experience of Anti CAPTCHA Extensions<\/h4>\n<p>For users, SolveCaptcha is simple: install the extension and create an account at solvecaptcha.com. After registration, you get an API key. In the extension interface (puzzle icon on the browser toolbar), open settings and enter this key. You also top up your balance on the site \u2014 the service is paid, as explained below. The extension UI is minimal: basically just an API key field, link to your dashboard, and maybe an enable toggle. Most UX happens on CAPTCHA pages: when active, a progress indicator or solver button may appear near the captcha. According to documentation, SolveCaptcha works automatically, but some sites might show progress icons.<\/p>\n<p>Developers also position the extension as an accessibility tool \u2014 aiding users with visual and motor impairments. This emphasizes neutrality: \u201cWe<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-460377","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/460377","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=460377"}],"version-history":[{"count":0,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/460377\/revisions"}],"wp:attachment":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=460377"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=460377"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=460377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}