Captcha Solver: Auto Recognition and Bypass

MultiBot solver plugin allows you to automatically solve CAPTCHAs found on any webpage

Captcha Solver: Auto Recognition and Bypassคืออะไร?

Captcha Solver: Auto Recognition and Bypass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://multibot.in และคุณลักษณะหลักของมันคือ "MultiBot solver plugin allows you to automatically solve CAPTCHAs found on any webpage"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Captcha Solver: Auto Recognition and Bypass

ดาวน์โหลดไฟล์ส่วนขยาย Captcha Solver: Auto Recognition and Bypass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The extension allows you to solve captchas on pages using neural networks.
It works on all sites and also in frames.

To use it, you need to register on the website https://multibot.in and get the API key.

Available types of captcha:
- reCaptcha v2
- hCaptcha
- SolveMedia
- Turnstile
- Images Captcha
- FaucetPay (Slider + Icons)
- AntiBot
- Upside Down

Extension Settings:
"Submit forms automatically" - Submit the form after solving the captcha.
"Solve captcha after successful AntiBot" - If there is an AntiBot on the page, then solve it first. And only after a successful solution try to solve the following captcha.
"Solve only one captcha per page" - If there are two captchas on the page (without AntiBot), then only one should be solved.
"Refresh the page if the captcha could not be solved" - Refresh the page if an unsuccessful response has been received from the API service.
"Delete session cookies when updating the page" - Delete session cookies before updating the page.This is relevant for changing AntiBot images.                    

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

ชื่อ Captcha Solver: Auto Recognition and Bypass Captcha Solver: Auto Recognition and Bypass
ID bjbenndabachhhddadcekdalkhfkikmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/captcha-solver-auto-recog/bjbenndabachhhddadcekdalkhfkikmk
คำอธิบาย MultiBot solver plugin allows you to automatically solve CAPTCHAs found on any webpage
ขนาดไฟล์ 171 KB
จำนวนการติดตั้ง 1,667
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2023-03-23
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://multibot.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://multibot.in/
URL หน้านโยบายความเป็นส่วนตัว https://multibot.in/privacy-policy.php
ภาษาที่รองรับ en,es,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "assets\/images\/icon_128.png",
            "32": "assets\/images\/icon_32.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "MultiBot Captcha: Auto Recognition and Bypass"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "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\/hcaptcha\/processor.js",
                "content\/captcha\/recaptcha\/processor.js",
                "content\/captcha\/solvemedia\/processor.js",
                "content\/captcha\/antibot\/hunter.js",
                "content\/captcha\/antibot\/processor.js",
                "content\/captcha\/normal\/hunter.js",
                "content\/captcha\/normal\/processor.js",
                "content\/captcha\/slider\/processor.js",
                "content\/captcha\/icons\/processor.js",
                "content\/captcha\/upside\/processor.js",
                "content\/captcha\/turnstile\/processor.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/multibot.in\/",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "32": "assets\/images\/icon_32.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "version": "2.4",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ]
        }
    ]
}