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" ] } |