padcha

image captcha solver for the Blind

什么是padcha?

padcha是由padcha开发的Chrome扩展程序,该扩展的主要功能是“image captcha solver for the Blind”。

扩展截图

screenshot

下载padcha扩展crx文件

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