Copart Plus

Enhance Copart and CrashedToys for better usability and features

Copart Plusคืออะไร?

Copart Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nhenjes และคุณลักษณะหลักของมันคือ "Enhance Copart and CrashedToys for better usability and features"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copart Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
            ]
        }
    ]
}