Case Search Forever
Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.
Case Search Forever란 무엇입니까?
Case Search Forever은(는) Dan Staples에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page."입니다.
확장 프로그램 스크린샷
Case Search Forever 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | hfogfeehflpfbonplklhklhheelpiceh |
공식 URL | https://chromewebstore.google.com/detail/case-search-forever/hfogfeehflpfbonplklhklhheelpiceh |
설명 | Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page. |
파일 크기 | 3.66 KB |
설치 횟수 | 76 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2022-05-04 |
출시 날짜 | 2022-04-30 |
개발자 | Dan Staples |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dismantl/case-search-forever |
지원되는 언어 | 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\/*" ] } |