Copart Plus

Enhance Copart and CrashedToys for better usability and features

Co to jest Copart Plus?

Copart Plus to rozszerzenie Chrome opracowane przez nhenjes, a jego główną funkcją jest „Enhance Copart and CrashedToys for better usability and features”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Copart Plus

Pobierz pliki rozszerzeń Copart Plus 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

                        Provides enhancements to the Copart and Crashed Toys websites that simplifies the workflows and interactions when looking for and buying cars. 

- Dark Mode
- One-click HD image loading for all images in a listing
- Full-size image viewing without the zoom box
- Automatic bid eligibility status reveal.                    

Podstawowe informacje o rozszerzeniu

Nazwa Copart Plus Copart Plus
ID ljjmbomakgomdeeikandgkfeojnjncjb
Oficjalny URL https://chromewebstore.google.com/detail/copart-plus/ljjmbomakgomdeeikandgkfeojnjncjb
Opis Enhance Copart and CrashedToys for better usability and features
Rozmiar pliku 20.42 KB
Liczba instalacji 135
Aktualna Wersja 0.0.12
Ostatnia Aktualizacja 2023-12-31
Data Publikacji 2023-09-12
Deweloper nhenjes
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copart Plus",
    "description": "Enhance Copart and CrashedToys for better usability and features",
    "version": "0.0.12",
    "author": "[email protected]",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.copart.com\/*",
                "https:\/\/www.crashedtoys.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/maximizeButton.svg",
                "style\/copart-plus.css",
                "style\/dark-mode.css"
            ],
            "matches": [
                "https:\/\/www.copart.com\/*",
                "https:\/\/www.crashedtoys.com\/*"
            ]
        }
    ]
}