DBC Solver: Auto Recognition and Bypass

DeathByCaptcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage.

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

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

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

screenshot
screenshot
screenshot

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

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

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

                        This extension allows you to automatically solve CAPTCHAs found on any webpage using Death By Captcha.
This will save you time and frustration when dealing with image or audio recognition captchas. Death By Captcha eliminates the need to spend precious minutes filling out annoying forms and guess-and-check approaches in order to prove your humanity over the internet. With just a click, this powerful automatic captcha solving software can quickly and accurately decipher distorted text, images and audio phrases — taking the hassle out of troublesome online registering processes.
In order to obtain an account you have to create an account on https://deathbycaptcha.com/register and replenish your balance.

Every solved captcha will decrease your balance as per the rate of each captcha type.
If you want to test the service you can obtain free credits to do that, just contact us at https://deathbycaptcha.com/contact.

For now extension supports this types of captchas:
* Images captchas (an image with symbols)
* reCaptchas V2 & V2 Invisible & V3
* hCaptcha
* FunCaptcha
* GeeTest V3 & V4
Extension is free. But you have to create an account and purchase balance!!!

How it works:
This browser extension allows users to quickly fill out and submit web forms. It works by automatically detecting captcha codes on the page, sending a request to the Death By Captcha server for resolution, then applying the resolved captcha solution to fill-out relevant fields in the HTML code of the page. This will allow users to quickly complete and submit forms within a limited timeframe of approximately 120 seconds. As this solution is only valid for this short time period, users must be vigilant and aware of how much time they have left so that they can make sure their entries are submitted successfully and in a timely manner.                    

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

ชื่อ DBC Solver: Auto Recognition and Bypass DBC Solver: Auto Recognition and Bypass
ID ejagiilfhmflpcohicichiokfoofeljp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dbc-solver-auto-recogniti/ejagiilfhmflpcohicichiokfoofeljp
คำอธิบาย DeathByCaptcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage.
ขนาดไฟล์ 288 KB
จำนวนการติดตั้ง 729
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2023-04-12
วันที่เผยแพร่ 2023-03-15
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา terminatorcoders
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://deathbycaptcha.com
URL หน้าช่วยเหลือ https://deathbycaptcha.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/live/eb48845a-43ad-463c-9d1e-28801c2ee393
ภาษาที่รองรับ en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "default_locale": "en",
    "version": "2.0.1",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/deathbycaptcha.com\/",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "DBC Captcha Solver: Auto Recognition and Bypass",
        "default_icon": {
            "32": "assets\/images\/icon_32.png",
            "128": "assets\/images\/icon_128.png"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "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\/recaptcha\/processor.js",
                "content\/captcha\/arkoselabs\/processor.js",
                "content\/captcha\/normal\/hunter.js",
                "content\/captcha\/normal\/processor.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}