AT Ad Age
Add the age of the ad to listings on Autotrader
Qu'est-ce que AT Ad Age ?
AT Ad Age est une extension Chrome développée par John Smith, et sa fonction principale est "Add the age of the ad to listings on Autotrader".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AT Ad Age
Téléchargez les fichiers d'extension AT Ad Age au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | AT Ad Age |
ID | egcekjgdjpdcbhbijooeibkfoafhcojm |
URL Officiel | https://chromewebstore.google.com/detail/at-ad-age/egcekjgdjpdcbhbijooeibkfoafhcojm |
Description | Add the age of the ad to listings on Autotrader |
Taille du Fichier | 19.78 KB |
Nombre d'Installations | 210 |
Version Actuelle | 1.63 |
Dernière Mise à Jour | 2023-01-24 |
Date de Publication | 2023-01-09 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | John Smith |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ko-fi.com/johnsmithsextensions |
URL de la Page d'Aide | https://ko-fi.com/johnsmithsextensions |
Langues Prises en Charge | 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" ] } ] } |