SICOP+

SICOP+

Captura placa do SICOP e faz a busca no Detran

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SICOP+",
  "description": "Captura placa do SICOP e faz a busca no Detran",
  "version": "1.6.10",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://sicop.prf.gov.br/*"
      ],
      "js": [
        "jquery-3.7.1.min.js",
        "cria_btn.js",
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "https://www.ap.getran.com.br/*",
        "https://www.detran.ac.gov.br/*",
        "https://www.detran.al.gov.br/*",
        "https://digital.detran.am.gov.br/*",
        "https://servicos.detran.ba.gov.br/SituacaoVeiculo",
        "https://*.detran.ce.gov.br/*",
        "https://*.detran.df.gov.br/*",
        "https://publicodetran.es.gov.br/*",
        "https://www.go.gov.br/servicos-digitais/detran/consulta-veiculos/consultar-dados",
        "https://portal.detrannet.detran.ma.gov.br/*",
        "https://transito.mg.gov.br/veiculos/situacao-do-veiculo/consultar-situacao-do-veiculo",
        "https://www.meudetran.ms.gov.br/*",
        "https://www.detran.mt.gov.br/*",
        "https://www.detran.pa.gov.br/*",
        "https://wsdetran.pb.gov.br/*",
        "https://online5.detran.pe.gov.br/*",
        "http://taxas.detran.pi.gov.br/*",
        "https://www.extratodebito.detran.pr.gov.br/*",
        "https://www2.detran.rj.gov.br/portal/veiculos/consultaCadastro",
        "https://www2.detran.rn.gov.br/*",
        "https://centralservicos.detran.ro.gov.br/*",
        "https://www.rr.getran.com.br/*",
        "https://pcsdetran.rs.gov.br/consulta-veiculo",
        "http://consultas.detrannet.sc.gov.br/*",
        "https://www.detran.se.gov.br/*",
        "https://www.ipva.fazenda.sp.gov.br/*",
        "https://*.to.gov.br/*",
        "file:///*"
      ],
      "js": [
        "jquery-3.7.1.min.js",
        "consulta.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "action": {
    "default_icon": "carro.png"
  },
  "icons": {
    "48": "carro_48.png",
    "128": "carro.png"
  }
}