padcha
image captcha solver for the Blind
Co je padcha?
padcha je rozšíření Chrome vyvinuté padcha, a jeho hlavní funkcí je „image captcha solver for the Blind“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření padcha
Stáhněte si soubory rozšíření padcha ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | padcha |
ID | oeaohglioabiabhajfnljjoagjnjbkhn |
Oficiální URL | https://chromewebstore.google.com/detail/padcha/oeaohglioabiabhajfnljjoagjnjbkhn |
Popis | image captcha solver for the Blind |
Velikost souboru | 164 KB |
Počet instalací | 102 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2022-04-20 |
Datum Vydání | 2022-04-20 |
Hodnocení | 3.75/5 Celkem 4 Hodnocení |
Vývojář | padcha |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://padcha.com |
URL Stránky Nápovědy | https://padcha.com/support |
URL Stránky Zásad Ochrany Soukromí | https://padcha.com/privacy |
Podporované Jazyky | 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" ] } |