AT Ad Age

Add the age of the ad to listings on Autotrader

什么是AT Ad Age?

AT Ad Age是由John Smith开发的Chrome扩展程序,该扩展的主要功能是“Add the age of the ad to listings on Autotrader”。

扩展截图

screenshot

下载AT Ad Age扩展crx文件

下载AT Ad Age扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 AT Ad Age AT Ad Age
ID egcekjgdjpdcbhbijooeibkfoafhcojm
官方URL https://chromewebstore.google.com/detail/at-ad-age/egcekjgdjpdcbhbijooeibkfoafhcojm
简介 Add the age of the ad to listings on Autotrader
文件大小 19.78 KB
安装次数 210
当前版本 1.63
更新时间 2023-01-24
上架时间 2023-01-09
评分 5.00/5 共2次评分
开发者 John Smith
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ko-fi.com/johnsmithsextensions
帮助页面URL https://ko-fi.com/johnsmithsextensions
支持的语言 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"
            ]
        }
    ]
}