AT Ad Age

Add the age of the ad to listings on Autotrader

ما هو AT Ad Age؟

AT Ad Age هو إضافة Chrome تم تطويرها بواسطة John Smith، والميزة الرئيسية لها هي "Add the age of the ad to listings on Autotrader".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AT Ad Age

قم بتنزيل ملفات الامتداد AT Ad Age بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}