Anti-Captcha Blocker Extension

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

Anti-Captcha Blocker Extension là gì?

Anti-Captcha Blocker Extension là một tiện ích mở rộng Chrome được phát triển bởi Anti-Captcha, và tính năng chính của nó là "Anti-Captcha Blocker Extension plugin allows you to automatically solve CAPTCHAs found on any webpage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anti-Captcha Blocker Extension

Tải xuống các tệp mở rộng Anti-Captcha Blocker Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Anti-Captcha Blocker Extension Anti-Captcha Blocker Extension
ID bnmifaggmbajabmgbgolcapebogbejkn
URL Chính Thức https://chromewebstore.google.com/detail/anti-captcha-blocker-exte/bnmifaggmbajabmgbgolcapebogbejkn
Mô tả Anti-Captcha Blocker Extension plugin allows you to automatically solve CAPTCHAs found on any webpage.
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 3,810
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-08-03
Ngày Phát Hành 2023-04-14
Đánh Giá 4.83/5 Tổng số 142 Đánh Giá
Nhà Phát Triển Anti-Captcha
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}