Romancecompass client anticaptcha
This is romancecompass mailer improver
Cos'è Romancecompass client anticaptcha?
Romancecompass client anticaptcha è un'estensione di Chrome sviluppata da HelpChat, e la sua funzione principale è "This is romancecompass mailer improver".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Romancecompass client anticaptcha
Scarica i file di estensione Romancecompass client anticaptcha in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Romancecompass mailer c автоматическим распознаванием captcha на клиентской стороне. Вам необходимо создать аккаунт на anti-captcha.com, пройти регистрацию, перейти в раздел настройки, настройки api, далее скопировать Ключ учетной записи (пример ключа f4d8e8d8888bbfb7761b6c6a88a5f6d) и после нажатия кнопки пуск ввести api ключ
Informazioni di Base sull'Estensione
Nome | |
ID | ilamjkmcmdmnfeaojepkpacfmahclppk |
URL Ufficiale | https://chrome.google.com/webstore/detail/romancecompass-client-ant/ilamjkmcmdmnfeaojepkpacfmahclppk |
Descrizione | This is romancecompass mailer improver |
Dimensione del File | 118 KB |
Conteggio Installazioni | 182 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2018-11-19 |
Data di Pubblicazione | 2018-11-19 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | HelpChat |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://help-chat.com.ua/faq/Privacy-Policy.html |
Lingue Supportate | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "css.css" ], "js": [ "jquery.js", "names.js", "include.js", "notification.js" ], "matches": [ "http:\/\/romancecompass.com\/search\/results\/*", "https:\/\/romancecompass.com\/search\/results\/*", "*:\/\/*.anti-captcha.com\/*", "*:\/\/rucaptcha.com\/*" ], "run_at": "document_end" } ], "description": "This is romancecompass mailer improver", "icons": { "128": "logo.png" }, "manifest_version": 2, "name": "Romancecompass client anticaptcha", "version": "2.2" } |