AutoTrader AdBlock

Get rid of the promoted listings on autotrader

Co to jest AutoTrader AdBlock?

AutoTrader AdBlock to rozszerzenie Chrome opracowane przez kingsleyknight, a jego główną funkcją jest „Get rid of the promoted listings on autotrader”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AutoTrader AdBlock

Pobierz pliki rozszerzeń AutoTrader AdBlock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A simple extension that removes the promoted listing from AutoTrader                    

Podstawowe informacje o rozszerzeniu

Nazwa AutoTrader AdBlock AutoTrader AdBlock
ID knonepnighjggajmcccdkfcidomekemh
Oficjalny URL https://chromewebstore.google.com/detail/autotrader-adblock/knonepnighjggajmcccdkfcidomekemh
Opis Get rid of the promoted listings on autotrader
Rozmiar pliku 16.99 KB
Liczba instalacji 364
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-04-14
Data Publikacji 2020-01-18
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper kingsleyknight
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}