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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HIG และคุณลักษณะหลักของมันคือ "AntiCaptcha Solver extension allows you to automatically solve CAPTCHAs found on any webpage."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AntiCaptcha: Auto Captcha Solver

ดาวน์โหลดไฟล์ส่วนขยาย 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 AntiCaptcha: Auto Captcha Solver
ID knejcbabhdpgledciidhddaecbfkijbk
URL อย่างเป็นทางการ 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": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/anticaptcha.top\/",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "64": "assets\/images\/icon_64.png",
        "32": "assets\/images\/icon_32.png",
        "16": "assets\/images\/icon_16.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "short_name": "__MSG_extShortName__",
    "version": "1.1.2",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ]
        }
    ]
}