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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}