AT Ad Age

Add the age of the ad to listings on Autotrader

Co je AT Ad Age?

AT Ad Age je rozšíření Chrome vyvinuté John Smith, a jeho hlavní funkcí je „Add the age of the ad to listings on Autotrader“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AT Ad Age

Stáhněte si soubory rozšíření AT Ad Age ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Displays age of advertisement on the Autotrader UK website.

If you like using the extension, please consider buying me a coffee! https://ko-fi.com/johnsmithsextensions                    

Základní Informace o Rozšíření

Název AT Ad Age AT Ad Age
ID egcekjgdjpdcbhbijooeibkfoafhcojm
Oficiální URL https://chromewebstore.google.com/detail/at-ad-age/egcekjgdjpdcbhbijooeibkfoafhcojm
Popis Add the age of the ad to listings on Autotrader
Velikost souboru 19.78 KB
Počet instalací 210
Aktuální Verze 1.63
Poslední Aktualizace 2023-01-24
Datum Vydání 2023-01-09
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář John Smith
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ko-fi.com/johnsmithsextensions
URL Stránky Nápovědy https://ko-fi.com/johnsmithsextensions
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AT Ad Age",
    "version": "1.63",
    "description": "Add the age of the ad to listings on Autotrader",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "host_permissions": [
        "https:\/\/www.autotrader.co.uk\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/listing.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.autotrader.co.uk\/car-details\/*",
                "https:\/\/www.autotrader.co.uk\/van-details\/*"
            ]
        },
        {
            "js": [
                "scripts\/search.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.autotrader.co.uk\/car-search*",
                "https:\/\/www.autotrader.co.uk\/van-search*"
            ]
        },
        {
            "js": [
                "scripts\/saved_ads.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.autotrader.co.uk\/secure\/saved-adverts"
            ]
        }
    ]
}