AutoTrader AdBlock
Get rid of the promoted listings on autotrader
ما هو AutoTrader AdBlock؟
AutoTrader AdBlock هو إضافة Chrome تم تطويرها بواسطة kingsleyknight، والميزة الرئيسية لها هي "Get rid of the promoted listings on autotrader".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AutoTrader AdBlock
قم بتنزيل ملفات الامتداد AutoTrader AdBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension that removes the promoted listing from AutoTrader
معلومات أساسية عن التمديد
الاسم | AutoTrader AdBlock |
ID | knonepnighjggajmcccdkfcidomekemh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/autotrader-adblock/knonepnighjggajmcccdkfcidomekemh |
الوصف | Get rid of the promoted listings on autotrader |
حجم الملف | 16.99 KB |
عدد التثبيتات | 364 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2023-04-14 |
تاريخ النشر | 2020-01-18 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | kingsleyknight |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |