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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 Case Search Forever 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
Eメール [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\/*"
    ]
}