AT Ad Age

Add the age of the ad to listings on Autotrader

What is AT Ad Age?

AT Ad Age is a Chrome extension developed by John Smith, and its main feature is "Add the age of the ad to listings on Autotrader".

Extension Screenshots

screenshot

Download AT Ad Age Extension CRX File

Download AT Ad Age extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AT Ad Age AT Ad Age
ID egcekjgdjpdcbhbijooeibkfoafhcojm
Official URL https://chromewebstore.google.com/detail/at-ad-age/egcekjgdjpdcbhbijooeibkfoafhcojm
Description Add the age of the ad to listings on Autotrader
File Size 19.78 KB
Installation Count 210
Current Version 1.63
Last Updated 2023-01-24
Publish Date 2023-01-09
Rating 5.00/5 Total 2 Ratings
Developer John Smith
Email [email protected]
Payment Type free
Extension Website https://ko-fi.com/johnsmithsextensions
Help Page URL https://ko-fi.com/johnsmithsextensions
Supported Languages 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"
            ]
        }
    ]
}