Squarespace Visitor AutoCaptcha
Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled.
Co to jest Squarespace Visitor AutoCaptcha?
Squarespace Visitor AutoCaptcha to rozszerzenie Chrome opracowane przez hansmartin.hagen, a jego główną funkcją jest „Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Squarespace Visitor AutoCaptcha
Pobierz pliki rozszerzeń Squarespace Visitor AutoCaptcha w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
When enabled, this Chrome extension fetches the provided captcha and enters it for you on all squarespace.com Trail-pages.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ekjggchmmckalhffbcolpgpphahcionm |
Oficjalny URL | https://chrome.google.com/webstore/detail/squarespace-visitor-autoc/ekjggchmmckalhffbcolpgpphahcionm |
Opis | Fetches and fills in the captcha for you on all Trail pages @ squarespace.com ( VISITOR ACCESS ) while enabled. |
Rozmiar pliku | 12.13 KB |
Liczba instalacji | 169 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-02-22 |
Data Publikacji | 2017-02-22 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | hansmartin.hagen |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |