padcha
image captcha solver for the Blind
Τι είναι το padcha;
Το padcha είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον padcha, και η κύρια λειτουργία του είναι "image captcha solver for the Blind".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης padcha
Λήψη αρχείων επέκτασης padcha σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |