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" ] } ] } |