reCAPTCHA Autoclicker

Automatically ticks reCAPTCHA buttons when detected

reCAPTCHA Autoclicker क्या है?

reCAPTCHA Autoclicker bmd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically ticks reCAPTCHA buttons when detected"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में reCAPTCHA Autoclicker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}