padcha

image captcha solver for the Blind

O que é padcha?

padcha é uma extensão do Chrome desenvolvida por padcha, e sua principal característica é "image captcha solver for the Blind".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão padcha

Baixe arquivos de extensão padcha no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome padcha padcha
ID oeaohglioabiabhajfnljjoagjnjbkhn
URL Oficial https://chromewebstore.google.com/detail/padcha/oeaohglioabiabhajfnljjoagjnjbkhn
Descrição image captcha solver for the Blind
Tamanho do Arquivo 164 KB
Contagem de Instalações 102
Versão Atual 0.0.1
Última Atualização 2022-04-20
Data de Publicação 2022-04-20
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor padcha
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://padcha.com
URL da Página de Ajuda https://padcha.com/support
URL da Página de Política de Privacidade https://padcha.com/privacy
Idiomas Suportados 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"
    ]
}