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
Eメール [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"
    ]
}