Case Search Forever
Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.
Case Search Forever là gì?
Case Search Forever là một tiện ích mở rộng Chrome được phát triển bởi Dan Staples, và tính năng chính của nó là "Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Case Search Forever
Tải xuống các tệp mở rộng Case Search Forever dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hfogfeehflpfbonplklhklhheelpiceh |
URL Chính Thức | https://chromewebstore.google.com/detail/case-search-forever/hfogfeehflpfbonplklhklhheelpiceh |
Mô tả | Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page. |
Kích Thước Tệp | 3.66 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-05-04 |
Ngày Phát Hành | 2022-04-30 |
Nhà Phát Triển | Dan Staples |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dismantl/case-search-forever |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |