AntiCaptcha: Auto Captcha Solver
AntiCaptcha Solver extension allows you to automatically solve CAPTCHAs found on any webpage.
什麼是AntiCaptcha: Auto Captcha Solver?
AntiCaptcha: Auto Captcha Solver是由HIG開發的Chrome擴展程式,該擴展的主要功能是“AntiCaptcha Solver extension allows you to automatically solve CAPTCHAs found on any webpage.”。
擴展截圖
下載AntiCaptcha: Auto Captcha Solver擴展crx文件
下載AntiCaptcha: Auto Captcha Solver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Version 1.1.2 fixed the problem of not showing the captcha solver button with funcaptcha ----------- Automatically solve reCAPTCHA, hCaptcha, FunCAPTCHA, AWS WAF, and text CAPTCHA using AI. Free for personal use. Works on all websites. Supported CAPTCHA types: - image to text CAPTCHA - reCAPTCHA v2 - reCAPTCHA v3 - reCAPTCHA Enterprise - hCaptcha - hCaptcha Enterprise - FunCAPTCHA - Geetest CAPTCHA (coming soon) - AWS WAF CAPTCHA (coming soon) - Cloudflare Turnstile (coming soon)
擴展基本資訊
名稱 | AntiCaptcha: Auto Captcha Solver |
ID | knejcbabhdpgledciidhddaecbfkijbk |
官方網址 | https://chromewebstore.google.com/detail/anticaptcha-auto-captcha/knejcbabhdpgledciidhddaecbfkijbk |
簡介 | AntiCaptcha Solver extension allows you to automatically solve CAPTCHAs found on any webpage. |
檔案大小 | 297 KB |
安裝次數 | 618 |
目前版本 | 1.1.2 |
更新時間 | 2023-09-07 |
上架時間 | 2023-08-07 |
評分 | 3.25/5 共 4 次評分 |
開發者 | HIG |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://anticaptcha.top |
說明頁面URL | https://anticaptcha.top |
支援的語言 | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "assets\/images\/icon_128.png", "64": "assets\/images\/icon_64.png", "32": "assets\/images\/icon_32.png", "16": "assets\/images\/icon_16.png" }, "default_popup": "popup\/popup.html", "default_title": "AntiCaptcha.top: T\u1ef1 \u0111\u1ed9ng nh\u1eadn di\u1ec7n v\u00e0 gi\u1ea3i Captcha" }, "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", "content\/captcha\/amazon_waf\/processor.js", "content\/captcha\/turnstile\/processor.js", "content\/captcha\/turnstile\/hunter.js" ], "matches": [ " |