Case Search Forever

Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.

Co to jest Case Search Forever?

Case Search Forever to rozszerzenie Chrome opracowane przez Dan Staples, a jego główną funkcją jest „Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Case Search Forever

Pobierz pliki rozszerzeń Case Search Forever w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Case Search Forever Case Search Forever
ID hfogfeehflpfbonplklhklhheelpiceh
Oficjalny URL https://chromewebstore.google.com/detail/case-search-forever/hfogfeehflpfbonplklhklhheelpiceh
Opis Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.
Rozmiar pliku 3.66 KB
Liczba instalacji 76
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-05-04
Data Publikacji 2022-04-30
Deweloper Dan Staples
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/dismantl/case-search-forever
Obsługiwane Języki 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\/*"
    ]
}