Squarespace Visitor AutoCaptcha
Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled.
什么是Squarespace Visitor AutoCaptcha?
Squarespace Visitor AutoCaptcha是由hansmartin.hagen开发的Chrome扩展程序,该扩展的主要功能是“Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled.”。
扩展截图
下载Squarespace Visitor AutoCaptcha扩展crx文件
下载Squarespace Visitor AutoCaptcha扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When enabled, this Chrome extension fetches the provided captcha and enters it for you on all squarespace.com Trail-pages.
扩展基本信息
名称 | |
ID | ekjggchmmckalhffbcolpgpphahcionm |
官方URL | https://chrome.google.com/webstore/detail/squarespace-visitor-autoc/ekjggchmmckalhffbcolpgpphahcionm |
简介 | Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled. |
文件大小 | 12.13 KB |
安装次数 | 169 |
当前版本 | 1.0 |
更新时间 | 2017-02-22 |
上架时间 | 2017-02-22 |
评分 | 3.00/5 共4次评分 |
开发者 | hansmartin.hagen |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Squarespace Visitor AutoCaptcha", "description": "Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled.", "version": "1.0", "author": "[email protected]", "permissions": [ "storage", "https:\/\/*.squarespace.com\/*", "tabs", "webNavigation" ], "browser_action": { "default_icon": "sqs_off.png", "default_title": "Squarespace Visitor AutoCaptcha" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "inject.js" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.squarespace.com\/*" ], "js": [ "inject.js" ] } ], "icons": { "48": "sqs.png", "96": "sqs.png" }, "manifest_version": 2 } |