Anti-Captcha Blocker Extension

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

Apa itu Anti-Captcha Blocker Extension?

Anti-Captcha Blocker Extension adalah ekstensi Chrome yang dikembangkan oleh Anti-Captcha, dan fitur utamanya adalah "Anti-Captcha Blocker Extension plugin allows you to automatically solve CAPTCHAs found on any webpage.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Anti-Captcha Blocker Extension

Unduh file ekstensi Anti-Captcha Blocker Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Anti-Captcha Blocker Extension Anti-Captcha Blocker Extension
ID bnmifaggmbajabmgbgolcapebogbejkn
URL Resmi https://chromewebstore.google.com/detail/anti-captcha-blocker-exte/bnmifaggmbajabmgbgolcapebogbejkn
Deskripsi Anti-Captcha Blocker Extension plugin allows you to automatically solve CAPTCHAs found on any webpage.
Ukuran File 143 KB
Jumlah Instalasi 3,810
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-08-03
Tanggal Publikasi 2023-04-14
Penilaian 4.83/5 Total 142 Penilaian
Pengembang Anti-Captcha
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}