Copart Plus
Enhance Copart and CrashedToys for better usability and features
Qu'est-ce que Copart Plus ?
Copart Plus est une extension Chrome développée par nhenjes, et sa fonction principale est "Enhance Copart and CrashedToys for better usability and features".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copart Plus
Téléchargez les fichiers d'extension Copart Plus 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
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.
Informations de Base sur l'Extension
Nom | Copart Plus |
ID | ljjmbomakgomdeeikandgkfeojnjncjb |
URL Officiel | https://chromewebstore.google.com/detail/copart-plus/ljjmbomakgomdeeikandgkfeojnjncjb |
Description | Enhance Copart and CrashedToys for better usability and features |
Taille du Fichier | 20.42 KB |
Nombre d'Installations | 135 |
Version Actuelle | 0.0.12 |
Dernière Mise à Jour | 2023-12-31 |
Date de Publication | 2023-09-12 |
Développeur | nhenjes |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |