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
Eメール [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"
            ]
        }
    ]
}