Squarespace Visitor AutoCaptcha
Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled.
Hvad er Squarespace Visitor AutoCaptcha?
Squarespace Visitor AutoCaptcha er en Chrome-udvidelse udviklet af hansmartin.hagen, og dens hovedfunktion er "Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled.".
Udvidelsesskærmbilleder
Download Squarespace Visitor AutoCaptcha-udvidelses-CRX-fil
Download Squarespace Visitor AutoCaptcha-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
When enabled, this Chrome extension fetches the provided captcha and enters it for you on all squarespace.com Trail-pages.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ekjggchmmckalhffbcolpgpphahcionm |
Officiel URL | https://chrome.google.com/webstore/detail/squarespace-visitor-autoc/ekjggchmmckalhffbcolpgpphahcionm |
Beskrivelse | Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled. |
Filstørrelse | 12.13 KB |
Antal Installationer | 169 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-02-22 |
Udgivelsesdato | 2017-02-22 |
Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
Udvikler | hansmartin.hagen |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |