reCAPTCHA Autoclicker
Automatically ticks reCAPTCHA buttons when detected
reCAPTCHA Autoclicker란 무엇입니까?
reCAPTCHA Autoclicker은(는) bmd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically ticks reCAPTCHA buttons when detected"입니다.
확장 프로그램 스크린샷
reCAPTCHA Autoclicker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ " |