AutoTrader AdBlock
Get rid of the promoted listings on autotrader
Cos'è AutoTrader AdBlock?
AutoTrader AdBlock è un'estensione di Chrome sviluppata da kingsleyknight, e la sua funzione principale è "Get rid of the promoted listings on autotrader".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AutoTrader AdBlock
Scarica i file di estensione AutoTrader AdBlock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A simple extension that removes the promoted listing from AutoTrader
Informazioni di Base sull'Estensione
Nome | AutoTrader AdBlock |
ID | knonepnighjggajmcccdkfcidomekemh |
URL Ufficiale | https://chromewebstore.google.com/detail/autotrader-adblock/knonepnighjggajmcccdkfcidomekemh |
Descrizione | Get rid of the promoted listings on autotrader |
Dimensione del File | 16.99 KB |
Conteggio Installazioni | 364 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-04-14 |
Data di Pubblicazione | 2020-01-18 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | kingsleyknight |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |