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文件
下载Case Search Forever扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |