padcha

image captcha solver for the Blind

padcha क्या है?

padcha padcha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "image captcha solver for the Blind"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में padcha एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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