PJE FÁCIL

PJE FÁCIL

Delete captcha authenticated from justice website PJE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PJE FÁCIL",
  "description": "Delete captcha authenticated from justice website PJE",
  "version": "0.3",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "jquery.min.js",
        "main.js"
      ]
    }
  ]
}