Daraz Suggestions Expander
Add more suggestions to Daraz search input.
ما هو Daraz Suggestions Expander؟
Daraz Suggestions Expander هو إضافة Chrome تم تطويرها بواسطة DarazTools، والميزة الرئيسية لها هي "Add more suggestions to Daraz search input.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Daraz Suggestions Expander
قم بتنزيل ملفات الامتداد Daraz Suggestions Expander بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Daraz.pk, daraz.lk, daraz.com.np, daraz.com.bd and shop.com.mm search input box expander. Expand daraz search box with more suggestions or keywords so that user can have more product options while a product hunting. daraz keyword expander.
معلومات أساسية عن التمديد
الاسم | Daraz Suggestions Expander |
ID | kifilikkmogehaoiglkcjpakgkkpangl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/daraz-suggestions-expande/kifilikkmogehaoiglkcjpakgkkpangl |
الوصف | Add more suggestions to Daraz search input. |
حجم الملف | 60.94 KB |
عدد التثبيتات | 208 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-06-21 |
تاريخ النشر | 2021-05-17 |
المطور | DarazTools |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://daraztools.com |
عنوان صفحة سياسة الخصوصية | https://daraztools.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daraz Suggestions Expander", "description": "Add more suggestions to Daraz search input.", "version": "1.1", "author": "Adil", "background": { "scripts": [ ".\/js\/jquery.js", ".\/js\/popup.min.js" ], "persistent": true }, "permissions": [ "webRequest", "*:\/\/*.daraz.pk\/*", "*:\/\/*.daraz.lk\/*", "*:\/\/*.daraz.com.np\/*", "*:\/\/*.daraz.com.bd\/*", "*:\/\/*.shop.com.mm\/*" ], "options_page": "options.html", "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" } } |