Anti-Captcha Blocker Extension

Anti-Captcha Blocker Extension plugin allows you to automatically solve CAPTCHAs found on any webpage.

Anti-Captcha Blocker Extensionคืออะไร?

Anti-Captcha Blocker Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anti-Captcha และคุณลักษณะหลักของมันคือ "Anti-Captcha Blocker Extension plugin allows you to automatically solve CAPTCHAs found on any webpage."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anti-Captcha Blocker Extension

ดาวน์โหลดไฟล์ส่วนขยาย Anti-Captcha Blocker Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An extension to automatically solve any type CAPTCHA.

Supported:
- reCAPTCHA: V2 / V2 Invisible / V3 / Enterprise
- hCaptcha
- Pictures with any symbols
- GeeTestdd
- Arkose Labs Captcha FunCaptcha
- KeyCaptcha

How does it work?
User must register for a Solving account in order to receive your API key.

Extensions are inoperable without an API key.

A browser add-on helps users solve challenging captchas by completing CAPTCHA on all websites.

The resolution of problems is not always assured. It is necessary to take into account the technology's limits.

Motivation Captcha challenges may seem more approachable to robots than to people because they are so bizarre.

By making solutions that are already employed by automated systems simple to access, the initiative aims to enhance our experience with captchas.

With regard to physical and cognitive capabilities, social and cultural background, and the devices or networks from which they are connected, CAPTCHA obstacles continue to be a substantial burden on the internet, slowing and restricting access to services and information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Anti-Captcha Blocker Extension Anti-Captcha Blocker Extension
ID bnmifaggmbajabmgbgolcapebogbejkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anti-captcha-blocker-exte/bnmifaggmbajabmgbgolcapebogbejkn
คำอธิบาย Anti-Captcha Blocker Extension plugin allows you to automatically solve CAPTCHAs found on any webpage.
ขนาดไฟล์ 143 KB
จำนวนการติดตั้ง 3,810
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-08-03
วันที่เผยแพร่ 2023-04-14
คะแนน 4.83/5 รวมทั้งหมด 142 คะแนน
ผู้พัฒนา Anti-Captcha
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "default_locale": "en",
    "version": "1.0.2",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/captchathecat.com\/",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Anti-Captcha Blocker Extension",
        "default_icon": {
            "32": "assets\/images\/icon_32.png",
            "128": "assets\/images\/icon_128.png"
        }
    },
    "icons": {
        "32": "assets\/images\/icon_32.png",
        "128": "assets\/images\/icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "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_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}