Copart Plus
Enhance Copart and CrashedToys for better usability and features
Copart Plus là gì?
Copart Plus là một tiện ích mở rộng Chrome được phát triển bởi nhenjes, và tính năng chính của nó là "Enhance Copart and CrashedToys for better usability and features".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Copart Plus
Tải xuống các tệp mở rộng Copart Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Copart Plus |
ID | ljjmbomakgomdeeikandgkfeojnjncjb |
URL Chính Thức | https://chromewebstore.google.com/detail/copart-plus/ljjmbomakgomdeeikandgkfeojnjncjb |
Mô tả | Enhance Copart and CrashedToys for better usability and features |
Kích Thước Tệp | 20.42 KB |
Số Lần Cài Đặt | 135 |
Phiên Bản Hiện Tại | 0.0.12 |
Cập Nhật Lần Cuối | 2023-12-31 |
Ngày Phát Hành | 2023-09-12 |
Nhà Phát Triển | nhenjes |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |