Aliexpress without ads
This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.
ما هو Aliexpress without ads؟
Aliexpress without ads هو إضافة Chrome تم تطويرها بواسطة https://namata.ru، والميزة الرئيسية لها هي "This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Aliexpress without ads
قم بتنزيل ملفات الامتداد Aliexpress without ads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.
معلومات أساسية عن التمديد
الاسم | Aliexpress without ads |
ID | kggiiheapofdgaofflggghdblfdlleeg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aliexpress-without-ads/kggiiheapofdgaofflggghdblfdlleeg |
الوصف | This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages. |
حجم الملف | 253 KB |
عدد التثبيتات | 51 |
النسخة الحالية | 1.2 |
آخر تحديث | 2020-04-15 |
تاريخ النشر | 2020-04-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://namata.ru |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://namata.ru/extensions/alinoads |
عنوان صفحة المساعدة | http://namata.ru/support/thanksforinstall |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aliexpress without ads", "description": "This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.", "version": "1.2", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ] } |