### Install Extension Manually Source: https://context7.com/nocaptchaai/hcaptchasolverapi/llms.txt Commands to download and prepare the extension for manual browser installation. ```bash # 1. Download the latest .zip release curl -L -o nocaptchaai-extension.zip \ https://github.com/noCaptchaAi/NoCaptcha-Ai-Browser-Extension/releases/latest/download/extension.zip # 2. Extract the extension unzip nocaptchaai-extension.zip -d nocaptchaai-extension/ # 3. Configure your API key # Edit nocaptchaai-extension/defaultConfig.json and add your API key # 4. Load in browser: # - Navigate to chrome://extensions (Chrome) or edge://extensions (Edge) # - Enable "Developer mode" # - Click "Load unpacked" and select the nocaptchaai-extension folder ``` ```bash # 1. Download the latest .xpi release curl -L -o nocaptchaai-extension.xpi \ https://github.com/noCaptchaAi/NoCaptcha-Ai-Browser-Extension/releases/latest/download/extension.xpi # 2. Install in Firefox: # - Navigate to about:addons # - Click the gear icon and select "Install Add-on From File..." # - Select the downloaded .xpi file ``` -------------------------------- ### Configure Extension Settings Source: https://context7.com/nocaptchaai/hcaptchasolverapi/llms.txt Use JSON files to define API keys, proxy settings, and user-agent strings for the extension. ```json { "apiKey": "your-api-key-from-nocaptchaai-dashboard" } ``` ```json { "apiKey": "your-api-key", "proxy": { "enabled": true, "host": "proxy.example.com", "port": 8080, "username": "proxy-user", "password": "proxy-password" } } ``` ```json { "apiKey": "your-api-key", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.