hektCaptcha: hCaptcha Solver
Automatically solve hCaptcha using AI. Locally, with Chrome extension.
hektCaptcha: hCaptcha Solver란 무엇입니까?
hektCaptcha: hCaptcha Solver은(는) https://akmal.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically solve hCaptcha using AI. Locally, with Chrome extension."입니다.
확장 프로그램 스크린샷
hektCaptcha: hCaptcha Solver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: - Automatically solve hCaptcha free of charge - Solve hCaptcha without any limit - No need to register or login How does it work? Simply install our extension, sit back and let the AI take care of the hCaptcha challenge. We use a lightweight image classification model to solve it. This model is updated whenever a new challenge appears. Check out the source code in GitHub: https://github.com/Wikidepia/hektCaptcha-extension #################### If you find this project useful, please consider donating: Ko-fi (Paypal): https://ko-fi.com/wikidepia TRON Address (TRX/USDT ONLY): TDdZgEp9q1LSLiTDSMSUSVuXcHBH2uFXhV
확장 프로그램 기본 정보
이름 | hektCaptcha: hCaptcha Solver |
ID | bpfdbfnkjelhloljelooneehdalcmljb |
공식 URL | https://chromewebstore.google.com/detail/hektcaptcha-hcaptcha-solv/bpfdbfnkjelhloljelooneehdalcmljb |
설명 | Automatically solve hCaptcha using AI. Locally, with Chrome extension. |
파일 크기 | 6.71 MB |
설치 횟수 | 25,461 |
현재 버전 | 0.3.2 |
최근 업데이트 | 2023-10-31 |
출시 날짜 | 2023-02-08 |
평점 | 3.94/5 총 79 개의 평점 |
개발자 | https://akmal.dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Wikidepia/hektCaptcha-extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "hektCaptcha: hCaptcha Solver", "version": "0.3.2", "description": "Automatically solve hCaptcha using AI. Locally, with Chrome extension.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "hektCaptcha", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "declarativeNetRequest" ], "web_accessible_resources": [ { "resources": [ "dist\/*" ], "matches": [ " |