padcha

image captcha solver for the Blind

padcha là gì?

padcha là một tiện ích mở rộng Chrome được phát triển bởi padcha, và tính năng chính của nó là "image captcha solver for the Blind".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng padcha

Tải xuống các tệp mở rộng padcha dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên padcha padcha
ID oeaohglioabiabhajfnljjoagjnjbkhn
URL Chính Thức https://chromewebstore.google.com/detail/padcha/oeaohglioabiabhajfnljjoagjnjbkhn
Mô tả image captcha solver for the Blind
Kích Thước Tệp 164 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-04-20
Ngày Phát Hành 2022-04-20
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển padcha
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://padcha.com
URL Trang Trợ Giúp https://padcha.com/support
URL Trang Chính Sách Bảo Mật https://padcha.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}