Copart Plus

Enhance Copart and CrashedToys for better usability and features

Vad är Copart Plus?

Copart Plus är en Chrome-tillägg utvecklad av nhenjes, och dess huvudfunktion är "Enhance Copart and CrashedToys for better usability and features".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Copart Plus-förlängningens CRX-fil

Ladda ner Copart Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Copart Plus Copart Plus
ID ljjmbomakgomdeeikandgkfeojnjncjb
Officiell webbadress https://chromewebstore.google.com/detail/copart-plus/ljjmbomakgomdeeikandgkfeojnjncjb
Beskrivning Enhance Copart and CrashedToys for better usability and features
Filstorlek 20.42 KB
Antal Installationer 135
Aktuell Version 0.0.12
Senast Uppdaterad 2023-12-31
Publiceringsdatum 2023-09-12
Utvecklare nhenjes
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}