Case Search Forever
Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.
Qu'est-ce que Case Search Forever ?
Case Search Forever est une extension Chrome développée par Dan Staples, et sa fonction principale est "Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Case Search Forever
Téléchargez les fichiers d'extension Case Search Forever au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hfogfeehflpfbonplklhklhheelpiceh |
URL Officiel | https://chromewebstore.google.com/detail/case-search-forever/hfogfeehflpfbonplklhklhheelpiceh |
Description | Use the Maryland Judiciary Case Search without having to click through the CAPTCHA or disclaimer page. |
Taille du Fichier | 3.66 KB |
Nombre d'Installations | 76 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-05-04 |
Date de Publication | 2022-04-30 |
Développeur | Dan Staples |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dismantl/case-search-forever |
Langues Prises en Charge | 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\/*" ] } |