padcha
image captcha solver for the Blind
什麼是padcha?
padcha是由padcha開發的Chrome擴展程式,該擴展的主要功能是“image captcha solver for the Blind”。
擴展截圖
下載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 |
ID | oeaohglioabiabhajfnljjoagjnjbkhn |
官方網址 | 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" ] } |