AutoPro

Tools to help vehicle buyers

What is AutoPro?

AutoPro is a Chrome extension developed by Jonny Evans, and its main feature is "Tools to help vehicle buyers".

Extension Screenshots

screenshot
screenshot
screenshot

Download AutoPro Extension CRX File

Download AutoPro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This tool allows users to select multiple vehicle makes, models, and model variants on the search page of autotrader.co.uk. Simply add the chrome extension, and enjoy!

If you enjoy this tool, please consider reviewing, leaving feedback or visiting my Patreon page https://www.patreon.com/AutoPro400/posts. I plan to build this chrome extension into a suite of tools to make the car buying experience that little bit easier.                    

Extension Basic Information

Name AutoPro AutoPro
ID nbmdlboojikjlpkcdejfcjpgcglimnkp
Official URL https://chromewebstore.google.com/detail/autopro/nbmdlboojikjlpkcdejfcjpgcglimnkp
Description Tools to help vehicle buyers
File Size 4.87 KB
Installation Count 76
Current Version 0.0.0.1
Last Updated 2023-12-29
Publish Date 2023-12-29
Rating 5.00/5 Total 1 Ratings
Developer Jonny Evans
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AutoPro",
    "version": "0.0.0.1",
    "description": "Tools to help vehicle buyers",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.autotrader.co.uk\/car-search*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}