padcha

image captcha solver for the Blind

Was ist padcha?

padcha ist eine Chrome-Erweiterung, die von padcha entwickelt wurde, und ihr Hauptmerkmal ist "image captcha solver for the Blind".

Erweiterungsscreenshots

screenshot

padcha-Erweiterungs-CRX-Datei herunterladen

Laden Sie padcha-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name padcha padcha
ID oeaohglioabiabhajfnljjoagjnjbkhn
Offizielle URL https://chromewebstore.google.com/detail/padcha/oeaohglioabiabhajfnljjoagjnjbkhn
Beschreibung image captcha solver for the Blind
Dateigröße 164 KB
Installationsanzahl 102
Aktuelle Version 0.0.1
Letztes Update 2022-04-20
Veröffentlichungsdatum 2022-04-20
Bewertung 3.75/5 Insgesamt 4 Bewertungen
Entwickler padcha
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://padcha.com
Hilfeseite URL https://padcha.com/support
URL der Datenschutzrichtlinien-Seite https://padcha.com/privacy
Unterstützte Sprachen 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"
    ]
}