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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": [
                ""
            ]
        }
    ]
}