padcha
image captcha solver for the Blind
padcha란 무엇입니까?
padcha은(는) padcha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "image captcha solver for the Blind"입니다.
확장 프로그램 스크린샷
padcha 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Padcha is a free, non-commercial tool that helps the blind solve image captchas. The blind can not solve the image captchas in the login and registration of sites and some online payment gateways (in some countries) that do not have the ability to play audio, and this has caused problems for the blind on these pages. The Padcha extension only solves image captchas and other types of captchas are not supported. In order to prevent any misuse of this tool, validation and tracking mechanisms have been considered.
확장 프로그램 기본 정보
이름 | padcha |
ID | oeaohglioabiabhajfnljjoagjnjbkhn |
공식 URL | https://chromewebstore.google.com/detail/padcha/oeaohglioabiabhajfnljjoagjnjbkhn |
설명 | image captcha solver for the Blind |
파일 크기 | 164 KB |
설치 횟수 | 102 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2022-04-20 |
출시 날짜 | 2022-04-20 |
평점 | 3.75/5 총 4 개의 평점 |
개발자 | padcha |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://padcha.com |
도움말 페이지 URL | https://padcha.com/support |
개인정보 보호 정책 페이지 URL | https://padcha.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "padcha", "description": "image captcha solver for the Blind", "version": "0.0.1", "manifest_version": 3, "icons": { "16": ".\/img\/16.png", "32": ".\/img\/32.png", "48": ".\/img\/48.png", "128": ".\/img\/128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": ".\/img\/16.png", "32": ".\/img\/32.png", "48": ".\/img\/48.png", "128": ".\/img\/128.png" }, "default_popup": ".\/html\/accept.html" }, "host_permissions": [ "http:\/\/api.padcha.com:1313\/" ], "permissions": [ "scripting", "activeTab", "storage", "notifications" ] } |