Copart Plus

Enhance Copart and CrashedToys for better usability and features

Wat is Copart Plus?

Copart Plus is een Chrome-extensie ontwikkeld door nhenjes, en de belangrijkste functie is "Enhance Copart and CrashedToys for better usability and features".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Copart Plus

Download Copart Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Copart Plus Copart Plus
ID ljjmbomakgomdeeikandgkfeojnjncjb
Officiële URL https://chromewebstore.google.com/detail/copart-plus/ljjmbomakgomdeeikandgkfeojnjncjb
Beschrijving Enhance Copart and CrashedToys for better usability and features
Bestandsgrootte 20.42 KB
Aantal Installaties 135
Huidige Versie 0.0.12
Laatst Bijgewerkt 2023-12-31
Publicatiedatum 2023-09-12
Ontwikkelaar nhenjes
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}