Copart Plus
Enhance Copart and CrashedToys for better usability and features
什么是Copart Plus?
Copart Plus是由nhenjes开发的Chrome扩展程序,该扩展的主要功能是“Enhance Copart and CrashedToys for better usability and features”。
扩展截图
下载Copart Plus扩展crx文件
下载Copart Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Copart Plus |
ID | ljjmbomakgomdeeikandgkfeojnjncjb |
官方URL | https://chromewebstore.google.com/detail/copart-plus/ljjmbomakgomdeeikandgkfeojnjncjb |
简介 | Enhance Copart and CrashedToys for better usability and features |
文件大小 | 20.42 KB |
安装次数 | 135 |
当前版本 | 0.0.12 |
更新时间 | 2023-12-31 |
上架时间 | 2023-09-12 |
开发者 | nhenjes |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } ] } |