PJE FÁCIL
Delete captcha authenticated from justice website PJE
什么是PJE FÁCIL?
PJE FÁCIL是由ramonsaldanhaa开发的Chrome扩展程序,该扩展的主要功能是“Delete captcha authenticated from justice website PJE”。
扩展截图
下载PJE FÁCIL扩展crx文件
下载PJE FÁCIL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | hehfbnadnckbldomajomidppgcoaeinb |
官方URL | https://chrome.google.com/webstore/detail/pje-f%C3%A1cil/hehfbnadnckbldomajomidppgcoaeinb |
简介 | Delete captcha authenticated from justice website PJE |
文件大小 | 33.07 KB |
安装次数 | 649 |
当前版本 | 0.3 |
更新时间 | 2019-05-03 |
上架时间 | 2019-04-30 |
开发者 | ramonsaldanhaa |
付费类型 | free |
支持的语言 | 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" ] } ] } |