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はAnti-Captchaによって開発されたChromeの拡張機能で、その主な機能は「Anti-Captcha Blocker Extension plugin allows you to automatically solve CAPTCHAs found on any webpage.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Anti-Captcha Blocker Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}