reCAPTCHA Autoclicker

Automatically ticks reCAPTCHA buttons when detected

reCAPTCHA Autoclickerคืออะไร?

reCAPTCHA Autoclicker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bmd และคุณลักษณะหลักของมันคือ "Automatically ticks reCAPTCHA buttons when detected"

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

screenshot

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

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

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

                        This NEW Chrome Extension will automatically complete any reCAPTCHA tick boxes for you in the background.
🔶 Pls subscribe it's free: https://cutit.org/GoBayMax 
🔷 Join the Discord server for SUPPORT: https://cutit.org/BayMaxDiscord
So pretty much just install and click on it once and your set to go. This works with ALL types of reCAPTCHA tick box CAPTCHAs. Thank you for installing you make me happy ^^

It will automatically complete the CAPTCHA checkbox as soon as it can detect it; So don't freak out if it isn't instant. Chrome Extensions are limited to make them safe for the user's computer.                    

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

ชื่อ reCAPTCHA Autoclicker reCAPTCHA Autoclicker
ID kblnaaogehadfaelemdemldbkpojknml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recaptcha-autoclicker/kblnaaogehadfaelemdemldbkpojknml
คำอธิบาย Automatically ticks reCAPTCHA buttons when detected
ขนาดไฟล์ 5.36 KB
จำนวนการติดตั้ง 1,609
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-09-20
วันที่เผยแพร่ 2019-09-18
คะแนน 1.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา bmd
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cutit.org/GoBayMax
URL หน้าช่วยเหลือ https://cutit.org/BayMaxDiscord
ภาษาที่รองรับ en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "reCAPTCHA Autoclicker"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "autoclick.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Automatically ticks reCAPTCHA buttons when detected",
    "manifest_version": 2,
    "name": "reCAPTCHA Autoclicker",
    "permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}