AutoTrader AdBlock
Get rid of the promoted listings on autotrader
Qu'est-ce que AutoTrader AdBlock ?
AutoTrader AdBlock est une extension Chrome développée par kingsleyknight, et sa fonction principale est "Get rid of the promoted listings on autotrader".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AutoTrader AdBlock
Téléchargez les fichiers d'extension AutoTrader AdBlock 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
A simple extension that removes the promoted listing from AutoTrader
Informations de Base sur l'Extension
Nom | AutoTrader AdBlock |
ID | knonepnighjggajmcccdkfcidomekemh |
URL Officiel | https://chromewebstore.google.com/detail/autotrader-adblock/knonepnighjggajmcccdkfcidomekemh |
Description | Get rid of the promoted listings on autotrader |
Taille du Fichier | 16.99 KB |
Nombre d'Installations | 364 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-04-14 |
Date de Publication | 2020-01-18 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | kingsleyknight |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoTrader AdBlock", "description": "Get rid of the promoted listings on autotrader", "version": "1.0.1", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.autotrader.co.uk\/*" ], "js": [ "hidePromoted.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |