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
官方網址 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"
            ]
        }
    ]
}