Case Search Forever
Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.
Cos'è Case Search Forever?
Case Search Forever è un'estensione di Chrome sviluppata da Dan Staples, e la sua funzione principale è "Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Case Search Forever
Scarica i file di estensione Case Search Forever in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hfogfeehflpfbonplklhklhheelpiceh |
URL Ufficiale | https://chromewebstore.google.com/detail/case-search-forever/hfogfeehflpfbonplklhklhheelpiceh |
Descrizione | Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page. |
Dimensione del File | 3.66 KB |
Conteggio Installazioni | 76 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2022-05-04 |
Data di Pubblicazione | 2022-04-30 |
Sviluppatore | Dan Staples |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dismantl/case-search-forever |
Lingue Supportate | 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\/*" ] } |