AutoTrader AdBlock

Get rid of the promoted listings on autotrader

Wat is AutoTrader AdBlock?

AutoTrader AdBlock is een Chrome-extensie ontwikkeld door kingsleyknight, en de belangrijkste functie is "Get rid of the promoted listings on autotrader".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AutoTrader AdBlock

Download AutoTrader AdBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A simple extension that removes the promoted listing from AutoTrader                    

Basisinformatie over de Extensie

Naam AutoTrader AdBlock AutoTrader AdBlock
ID knonepnighjggajmcccdkfcidomekemh
Officiële URL https://chromewebstore.google.com/detail/autotrader-adblock/knonepnighjggajmcccdkfcidomekemh
Beschrijving Get rid of the promoted listings on autotrader
Bestandsgrootte 16.99 KB
Aantal Installaties 364
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-04-14
Publicatiedatum 2020-01-18
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar kingsleyknight
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}