Case Search Forever
Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.
Hvad er Case Search Forever?
Case Search Forever er en Chrome-udvidelse udviklet af Dan Staples, og dens hovedfunktion er "Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.".
Udvidelsesskærmbilleder
Download Case Search Forever-udvidelses-CRX-fil
Download Case Search Forever-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hfogfeehflpfbonplklhklhheelpiceh |
Officiel URL | https://chromewebstore.google.com/detail/case-search-forever/hfogfeehflpfbonplklhklhheelpiceh |
Beskrivelse | Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page. |
Filstørrelse | 3.66 KB |
Antal Installationer | 76 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2022-05-04 |
Udgivelsesdato | 2022-04-30 |
Udvikler | Dan Staples |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/dismantl/case-search-forever |
Understøttede Sprog | 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\/*" ] } |