PJE FÁCIL

Delete captcha authenticated from justice website PJE

PJE FÁCILคืออะไร?

PJE FÁCIL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ramonsaldanhaa และคุณลักษณะหลักของมันคือ "Delete captcha authenticated from justice website PJE"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PJE FÁCIL

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PJE FÁCIL PJE FÁCIL
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"
            ]
        }
    ]
}