PJE FÁCIL
Delete captcha authenticated from justice website PJE
What is PJE FÁCIL?
PJE FÁCIL is a Chrome extension developed by ramonsaldanhaa, and its main feature is "Delete captcha authenticated from justice website PJE".
Extension Screenshots
Download PJE FÁCIL Extension CRX File
Download PJE FÁCIL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Esta extensão tem objetivo de auxiliar pessoas jurídicas, físicas e operadores do direito em geral a facilitar a pesquisa de processo. O software quebra o captcha de autenticação com códigos.
Extension Basic Information
Name | |
ID | hehfbnadnckbldomajomidppgcoaeinb |
Official URL | https://chrome.google.com/webstore/detail/pje-f%C3%A1cil/hehfbnadnckbldomajomidppgcoaeinb |
Description | Delete captcha authenticated from justice website PJE |
File Size | 33.07 KB |
Installation Count | 649 |
Current Version | 0.3 |
Last Updated | 2019-05-03 |
Publish Date | 2019-04-30 |
Developer | ramonsaldanhaa |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PJE F\u00c1CIL", "description": "Delete captcha authenticated from justice website PJE", "version": "0.3", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "jquery.min.js", "main.js" ] } ] } |