Squarespace Visitor AutoCaptcha
Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled.
Apa itu Squarespace Visitor AutoCaptcha?
Squarespace Visitor AutoCaptcha adalah ekstensi Chrome yang dikembangkan oleh hansmartin.hagen, dan fitur utamanya adalah "Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Squarespace Visitor AutoCaptcha
Unduh file ekstensi Squarespace Visitor AutoCaptcha dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
When enabled, this Chrome extension fetches the provided captcha and enters it for you on all squarespace.com Trail-pages.
Informasi Dasar Ekstensi
Nama | |
ID | ekjggchmmckalhffbcolpgpphahcionm |
URL Resmi | https://chrome.google.com/webstore/detail/squarespace-visitor-autoc/ekjggchmmckalhffbcolpgpphahcionm |
Deskripsi | Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled. |
Ukuran File | 12.13 KB |
Jumlah Instalasi | 169 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-02-22 |
Tanggal Publikasi | 2017-02-22 |
Penilaian | 3.00/5 Total 4 Penilaian |
Pengembang | hansmartin.hagen |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |