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 |
| 官方網址 | 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"
}
]
} | |