AT Ad Age
Add the age of the ad to listings on Autotrader
Apa itu AT Ad Age?
AT Ad Age adalah ekstensi Chrome yang dikembangkan oleh John Smith, dan fitur utamanya adalah "Add the age of the ad to listings on Autotrader".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AT Ad Age
Unduh file ekstensi AT Ad Age dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | AT Ad Age |
ID | egcekjgdjpdcbhbijooeibkfoafhcojm |
URL Resmi | https://chromewebstore.google.com/detail/at-ad-age/egcekjgdjpdcbhbijooeibkfoafhcojm |
Deskripsi | Add the age of the ad to listings on Autotrader |
Ukuran File | 19.78 KB |
Jumlah Instalasi | 210 |
Versi Saat Ini | 1.63 |
Terakhir Diperbarui | 2023-01-24 |
Tanggal Publikasi | 2023-01-09 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | John Smith |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ko-fi.com/johnsmithsextensions |
URL Halaman Bantuan | https://ko-fi.com/johnsmithsextensions |
Bahasa yang Didukung | 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" ] } ] } |