YesCaptcha assistant

reCaptcha/hCaptcha auto solver

YesCaptcha assistantคืออะไร?

YesCaptcha assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yescaptcha.com และคุณลักษณะหลักของมันคือ "reCaptcha/hCaptcha auto solver"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YesCaptcha assistant

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

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

                        A verification code plug-in that automatically recognizes the verification code, and the user can install it through the plug-in store

update log:
1.0.15: Added retransmission mechanism for failed network requests
1.0.16: Set the maximum number of hcaptcha identifications to 30, stop when exceeding
1.0.18: Added the js control function, Add the option of whether to click submit automatically
1.0.21: Added recognition of hcaptcha "click on the head"
1.0.22: Added recognition of hcaptcha "3 choose 1" or "4 choose 1"
1.0.23: Added more recognition status prompts
1.1.0:  Added Funcaptcha automatic recognition
1.1.1:  bug fix 
1.1.2:  bug fix, add funcaptcha offline installation package configuration items
1.1.3:  bug fix 
1.1.4:  bug fix 
1.1.5:  Added funcaptcha support website, fixed some bugs in the recognition process of funcatpcha
1.1.7:  Refactor the recaptcha script, support switching between old and new recaptcha scripts, and fix some bugs in the recognition process of funcaptcha
1.1.8: Add the version number and update reminder, and fix some bugs in the identification process of funcaptcha
1.1.10: Added the "recaptcha js control" function, and added the "configurable auto-submit" function of the new recaptcha script
1.1.11: Fixed some bugs in the recognition process of funcaptcha, the offline version added black and white list configuration
1.1.12: Fixed some bugs in the recognition process of hcaptcha
1.1.14: “Times limit” is changed to count by tab (the number of times is still recorded when the page is refreshed), and fix some bugs in the recognition process of cloudflare and funcaptcha and recaptcha defaults to new scripts
1.1.15: Fixed some bugs in the recognition process of funcaptcha
1.1.16: Fixed some bugs in the recognition process of textcaptcha
1.1.17: Fixed some bugs in the recognition process of funcaptcha
1.1.18: Add advanced setting
1.1.19: Fixed some bugs in the recognition process of hcaptcha
1.1.20: Fixed some bugs in the recognition process of textcaptcha
1.1.21: funcaptcha recognition result feedback
1.1.23:  Recaptcha recognition result feedback,Fixed some bugs in the recognition process of funcaptcha
1.1.24: Fixed some bugs in the recognition process of funcaptcha
1.1.25: Add network request retry mechanism
1.1.27: Fixed some bugs in the recognition process of hcaptcha
1.1.28: Fixed some bugs in the recognition process of hcaptcha
1.1.29: Fixed some bugs in the recognition process of hcaptcha                    

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

ชื่อ YesCaptcha assistant YesCaptcha assistant
ID jiofmdifioeejeilfkpegipdjiopiekl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yescaptcha-assistant/jiofmdifioeejeilfkpegipdjiopiekl
คำอธิบาย reCaptcha/hCaptcha auto solver
ขนาดไฟล์ 632 KB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน 1.1.29
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2022-10-17
คะแนน 2.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://yescaptcha.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://yescaptcha.com/
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.1.29",
    "manifest_version": 3,
    "description": "__MSG_pluginDesc__",
    "default_locale": "en",
    "icons": {
        "128": "image\/log.png"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": "image\/log.png",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "option\/index.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/captcha_manager.js",
                "content\/index.js"
            ],
            "css": [
                "content\/index.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "content\/context_responder.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/injected.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}