Entrar Autocaptcha
Auto-fill for Entrar's addition captcha (no longer functional)
什么是Entrar Autocaptcha?
Entrar Autocaptcha是由kronsuki开发的Chrome扩展程序,该扩展的主要功能是“Auto-fill for Entrar's addition captcha (no longer functional)”。
扩展截图
下载Entrar Autocaptcha扩展crx文件
下载Entrar Autocaptcha扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of the addition captcha on Entrar's login page? Let Entrar Autocaptcha do it for you!
Save that tiny bit of your brain power 扩展基本信息
| 名称 | |
| ID | caoefpchbpjbdjldniglnahcikolihbm |
| 官方URL | https://chromewebstore.google.com/detail/entrar-autocaptcha/caoefpchbpjbdjldniglnahcikolihbm |
| 简介 | Auto-fill for Entrar's addition captcha (no longer functional) |
| 文件大小 | 3.43 KB |
| 安装次数 | 79 |
| 当前版本 | 2 |
| 更新时间 | 2022-08-01 |
| 上架时间 | 2021-09-04 |
| 开发者 | kronsuki |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Entrar Autocaptcha",
"description": "Auto-fill for Entrar's addition captcha (no longer functional)",
"version": "2",
"content_scripts": [
{
"matches": [
"https:\/\/entrar.in\/login\/*"
],
"js": [
"captchaSolver.js"
],
"run_at": "document_end"
}
]
} | |