AT Ad Age

Add the age of the ad to listings on Autotrader

Wat is AT Ad Age?

AT Ad Age is een Chrome-extensie ontwikkeld door John Smith, en de belangrijkste functie is "Add the age of the ad to listings on Autotrader".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AT Ad Age

Download AT Ad Age-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

                        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                    

Basisinformatie over de Extensie

Naam AT Ad Age AT Ad Age
ID egcekjgdjpdcbhbijooeibkfoafhcojm
Officiële URL https://chromewebstore.google.com/detail/at-ad-age/egcekjgdjpdcbhbijooeibkfoafhcojm
Beschrijving Add the age of the ad to listings on Autotrader
Bestandsgrootte 19.78 KB
Aantal Installaties 210
Huidige Versie 1.63
Laatst Bijgewerkt 2023-01-24
Publicatiedatum 2023-01-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar John Smith
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ko-fi.com/johnsmithsextensions
Help Pagina-URL https://ko-fi.com/johnsmithsextensions
Ondersteunde Talen 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"
            ]
        }
    ]
}