AutoTrader AdBlock
Get rid of the promoted listings on autotrader
Apa itu AutoTrader AdBlock?
AutoTrader AdBlock adalah ekstensi Chrome yang dikembangkan oleh kingsleyknight, dan fitur utamanya adalah "Get rid of the promoted listings on autotrader".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AutoTrader AdBlock
Unduh file ekstensi AutoTrader AdBlock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A simple extension that removes the promoted listing from AutoTrader
Informasi Dasar Ekstensi
Nama | AutoTrader AdBlock |
ID | knonepnighjggajmcccdkfcidomekemh |
URL Resmi | https://chromewebstore.google.com/detail/autotrader-adblock/knonepnighjggajmcccdkfcidomekemh |
Deskripsi | Get rid of the promoted listings on autotrader |
Ukuran File | 16.99 KB |
Jumlah Instalasi | 364 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2023-04-14 |
Tanggal Publikasi | 2020-01-18 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | kingsleyknight |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |