PJE FÁCIL

Delete captcha authenticated from justice website PJE

Wat is PJE FÁCIL?

PJE FÁCIL is een Chrome-extensie ontwikkeld door ramonsaldanhaa, en de belangrijkste functie is "Delete captcha authenticated from justice website PJE".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PJE FÁCIL

Download PJE FÁCIL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PJE FÁCIL PJE FÁCIL
ID hehfbnadnckbldomajomidppgcoaeinb
Officiële URL https://chrome.google.com/webstore/detail/pje-f%C3%A1cil/hehfbnadnckbldomajomidppgcoaeinb
Beschrijving Delete captcha authenticated from justice website PJE
Bestandsgrootte 33.07 KB
Aantal Installaties 649
Huidige Versie 0.3
Laatst Bijgewerkt 2019-05-03
Publicatiedatum 2019-04-30
Ontwikkelaar ramonsaldanhaa
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}