AutoTrader AdBlock

Get rid of the promoted listings on autotrader

What is AutoTrader AdBlock?

AutoTrader AdBlock is a Chrome extension developed by kingsleyknight, and its main feature is "Get rid of the promoted listings on autotrader".

Extension Screenshots

screenshot

Download AutoTrader AdBlock Extension CRX File

Download AutoTrader AdBlock 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

                        A simple extension that removes the promoted listing from AutoTrader                    

Extension Basic Information

Name AutoTrader AdBlock AutoTrader AdBlock
ID knonepnighjggajmcccdkfcidomekemh
Official URL https://chromewebstore.google.com/detail/autotrader-adblock/knonepnighjggajmcccdkfcidomekemh
Description Get rid of the promoted listings on autotrader
File Size 16.99 KB
Installation Count 364
Current Version 1.0.1
Last Updated 2023-04-14
Publish Date 2020-01-18
Rating 4.33/5 Total 6 Ratings
Developer kingsleyknight
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoTrader AdBlock",
    "description": "Get rid of the promoted listings on autotrader",
    "version": "1.0.1",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.autotrader.co.uk\/*"
            ],
            "js": [
                "hidePromoted.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}