Case Search Forever
Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.
What is Case Search Forever?
Case Search Forever is a Chrome extension developed by Dan Staples, and its main feature is "Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.".
Extension Screenshots
Download Case Search Forever Extension CRX File
Download Case Search Forever extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | hfogfeehflpfbonplklhklhheelpiceh |
Official URL | https://chromewebstore.google.com/detail/case-search-forever/hfogfeehflpfbonplklhklhheelpiceh |
Description | Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page. |
File Size | 3.66 KB |
Installation Count | 76 |
Current Version | 1.0.2 |
Last Updated | 2022-05-04 |
Publish Date | 2022-04-30 |
Developer | Dan Staples |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dismantl/case-search-forever |
Supported Languages | 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\/*" ] } |