padcha
image captcha solver for the Blind
What is padcha?
padcha is a Chrome extension developed by padcha, and its main feature is "image captcha solver for the Blind".
Extension Screenshots
Download padcha Extension CRX File
Download padcha extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | padcha |
ID | oeaohglioabiabhajfnljjoagjnjbkhn |
Official URL | https://chromewebstore.google.com/detail/padcha/oeaohglioabiabhajfnljjoagjnjbkhn |
Description | image captcha solver for the Blind |
File Size | 164 KB |
Installation Count | 102 |
Current Version | 0.0.1 |
Last Updated | 2022-04-20 |
Publish Date | 2022-04-20 |
Rating | 3.75/5 Total 4 Ratings |
Developer | padcha |
[email protected] | |
Payment Type | free |
Extension Website | https://padcha.com |
Help Page URL | https://padcha.com/support |
Privacy Policy Page URL | https://padcha.com/privacy |
Supported Languages | 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" ] } |