Daraz Suggestions Expander
Add more suggestions to Daraz search input.
What is Daraz Suggestions Expander?
Daraz Suggestions Expander is a Chrome extension developed by DarazTools, and its main feature is "Add more suggestions to Daraz search input.".
Extension Screenshots
Download Daraz Suggestions Expander Extension CRX File
Download Daraz Suggestions Expander extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Daraz Suggestions Expander |
ID | kifilikkmogehaoiglkcjpakgkkpangl |
Official URL | https://chromewebstore.google.com/detail/daraz-suggestions-expande/kifilikkmogehaoiglkcjpakgkkpangl |
Description | Add more suggestions to Daraz search input. |
File Size | 60.94 KB |
Installation Count | 208 |
Current Version | 1.1 |
Last Updated | 2021-06-21 |
Publish Date | 2021-05-17 |
Developer | DarazTools |
[email protected] | |
Payment Type | free |
Extension Website | https://daraztools.com |
Privacy Policy Page URL | https://daraztools.com/privacy |
Supported Languages | 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" } } |