padcha
image captcha solver for the Blind
Qu'est-ce que padcha ?
padcha est une extension Chrome développée par padcha, et sa fonction principale est "image captcha solver for the Blind".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension padcha
Téléchargez les fichiers d'extension padcha au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | padcha |
ID | oeaohglioabiabhajfnljjoagjnjbkhn |
URL Officiel | https://chromewebstore.google.com/detail/padcha/oeaohglioabiabhajfnljjoagjnjbkhn |
Description | image captcha solver for the Blind |
Taille du Fichier | 164 KB |
Nombre d'Installations | 102 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2022-04-20 |
Date de Publication | 2022-04-20 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | padcha |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://padcha.com |
URL de la Page d'Aide | https://padcha.com/support |
URL de la Page de Politique de Confidentialité | https://padcha.com/privacy |
Langues Prises en Charge | 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" ] } |