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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
]
} | |