reCAPTCHA Auto Solver

reCAPTCHA Automated Solving Extension

reCAPTCHA Auto Solverคืออะไร?

reCAPTCHA Auto Solver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CAPTCHAs.IO และคุณลักษณะหลักของมันคือ "reCAPTCHA Automated Solving Extension"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย reCAPTCHA Auto Solver

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

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

                        This extension solves any type reCAPTCHA anywhere in the page.

An extension to automatically solve any type reCAPTCHAs.

Supports reCAPTCHA v2, v3 and Enterprise...

How does it work.

Well it works quite simple... It will detect and solve automatically to any found reCAPTCHAs in your current working tab.

Thanks!

To get an API key you can go to https://captchas.io                    

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

ชื่อ reCAPTCHA Auto Solver reCAPTCHA Auto Solver
ID ofceicgpilfcjbkkbbjfpemjnibcojam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recaptcha-auto-solver/ofceicgpilfcjbkkbbjfpemjnibcojam
คำอธิบาย reCAPTCHA Automated Solving Extension
ขนาดไฟล์ 581 KB
จำนวนการติดตั้ง 402
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-02-21
วันที่เผยแพร่ 2023-02-12
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา CAPTCHAs.IO
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://captchas.io
URL หน้าช่วยเหลือ https://captchas.io/support/
URL หน้านโยบายความเป็นส่วนตัว https://captchas.io/privacy
ภาษาที่รองรับ en,ru
manifest.json
{
    "action": {
        "default_icon": {
            "128": "assets\/images\/icon_128.png",
            "32": "assets\/images\/icon_32.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "reCAPTCHA Auto Solver"
    },
    "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\/recaptcha\/processor.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "reCAPTCHA Automated Solving Extension",
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "32": "assets\/images\/icon_32.png"
    },
    "manifest_version": 3,
    "name": "reCAPTCHA Auto Solver",
    "permissions": [
        "storage"
    ],
    "short_name": "reCAPTCHA Auto Solver",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ]
        }
    ]
}