Squarespace Visitor AutoCaptcha
Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled.
Co je Squarespace Visitor AutoCaptcha?
Squarespace Visitor AutoCaptcha je rozšíření Chrome vyvinuté hansmartin.hagen, a jeho hlavní funkcí je „Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Squarespace Visitor AutoCaptcha
Stáhněte si soubory rozšíření Squarespace Visitor AutoCaptcha ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
When enabled, this Chrome extension fetches the provided captcha and enters it for you on all squarespace.com Trail-pages.
Základní Informace o Rozšíření
Název | |
ID | ekjggchmmckalhffbcolpgpphahcionm |
Oficiální URL | https://chrome.google.com/webstore/detail/squarespace-visitor-autoc/ekjggchmmckalhffbcolpgpphahcionm |
Popis | Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled. |
Velikost souboru | 12.13 KB |
Počet instalací | 169 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-02-22 |
Datum Vydání | 2017-02-22 |
Hodnocení | 3.00/5 Celkem 4 Hodnocení |
Vývojář | hansmartin.hagen |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |