NoCaptcha Solver
Solve your captcha problem, like reCAPTCHA/hCAPTCHA and more
什么是NoCaptcha Solver?
NoCaptcha Solver是由youpaichris开发的Chrome扩展程序,该扩展的主要功能是“Solve your captcha problem, like reCAPTCHA/hCAPTCHA and more”。
扩展截图
下载NoCaptcha Solver扩展crx文件
下载NoCaptcha Solver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
NoCaptcha Solver 是一个专注于解决人机挑战的扩展插件,他能够解放你的双手,无感地解决繁琐的验证码流程。 无论是在注册新账户、登录网站, 还是在日常工作中遇到验证码障碍, 此插件都将成为你的绝佳伴侣。
扩展基本信息
名称 | NoCaptcha Solver |
ID | kkphlbgphimpedeckcepigahenlmpggc |
官方URL | https://chromewebstore.google.com/detail/nocaptcha-solver/kkphlbgphimpedeckcepigahenlmpggc |
简介 | Solve your captcha problem, like reCAPTCHA/hCAPTCHA and more |
文件大小 | 377 KB |
安装次数 | 322 |
当前版本 | 0.1.6 |
更新时间 | 2023-12-13 |
上架时间 | 2023-09-25 |
评分 | 3.00/5 共2次评分 |
开发者 | youpaichris |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://nocaptcha.io |
帮助页面URL | https://nocaptcha.io |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NoCaptcha Solver", "version": "0.1.6", "description": "Solve your captcha problem, like reCAPTCHA\/hCAPTCHA and more", "author": "NoCaptcha", "homepage_url": "https:\/\/nocaptcha.io", "icons": { "48": "icon.png" }, "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "background", "storage" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/google.com\/recaptcha\/api2\/*", "https:\/\/google.com\/recaptcha\/enterprise\/*", "https:\/\/recaptcha.net\/recaptcha\/api2\/*", "https:\/\/recaptcha.net\/recaptcha\/enterprise\/*", "https:\/\/www.google.com\/recaptcha\/api2\/*", "https:\/\/www.google.com\/recaptcha\/enterprise\/*", "https:\/\/www.recaptcha.net\/recaptcha\/api2\/*", "https:\/\/www.recaptcha.net\/recaptcha\/enterprise\/*", "https:\/\/recaptcha.google.cn\/recaptcha\/api2\/*", "https:\/\/recaptcha.google.cn\/recaptcha\/enterprise\/*", "https:\/\/*\/captcha\/v1\/*" ], "js": [ "content.js" ], "run_at": "document_start" }, { "all_frames": true, "matches": [ " |