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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}