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 |
官方網址 | 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" ] } ] } |