Copart Plus
Enhance Copart and CrashedToys for better usability and features
Copart Plus क्या है?
Copart Plus nhenjes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance Copart and CrashedToys for better usability and features"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Copart Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } ] } |