Case Search Forever
Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.
O que é Case Search Forever?
Case Search Forever é uma extensão do Chrome desenvolvida por Dan Staples, e sua principal característica é "Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Case Search Forever
Baixe arquivos de extensão Case Search Forever no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This Chrome extension allows you to use the Maryland Judiciary Case Search without having to click through the annoying CAPTCHA or disclaimer page. Source code: https://github.com/dismantl/case-search-forever
Informações Básicas da Extensão
Nome | |
ID | hfogfeehflpfbonplklhklhheelpiceh |
URL Oficial | https://chromewebstore.google.com/detail/case-search-forever/hfogfeehflpfbonplklhklhheelpiceh |
Descrição | Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page. |
Tamanho do Arquivo | 3.66 KB |
Contagem de Instalações | 76 |
Versão Atual | 1.0.2 |
Última Atualização | 2022-05-04 |
Data de Publicação | 2022-04-30 |
Desenvolvedor | Dan Staples |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/dismantl/case-search-forever |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Case Search Forever", "description": "Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.", "version": "1.0.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/casesearch.courts.state.md.us\/casesearch\/processDisclaimer.jis", "https:\/\/casesearch.courts.state.md.us\/casesearch\/inquirySearchParam.jis", "https:\/\/casesearch.courts.state.md.us\/casesearch\/inquirySearch.jis", "https:\/\/casesearch.courts.state.md.us\/casesearch\/inquiry-index.jsp" ], "js": [ "run.js" ] } ], "host_permissions": [ "https:\/\/casesearch.courts.state.md.us\/*" ] } |