Daraz Suggestions Expander

Add more suggestions to Daraz search input.

Apa itu Daraz Suggestions Expander?

Daraz Suggestions Expander adalah ekstensi Chrome yang dikembangkan oleh DarazTools, dan fitur utamanya adalah "Add more suggestions to Daraz search input.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Daraz Suggestions Expander

Unduh file ekstensi Daraz Suggestions Expander dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Daraz Suggestions Expander Daraz Suggestions Expander
ID kifilikkmogehaoiglkcjpakgkkpangl
URL Resmi https://chromewebstore.google.com/detail/daraz-suggestions-expande/kifilikkmogehaoiglkcjpakgkkpangl
Deskripsi Add more suggestions to Daraz search input.
Ukuran File 60.94 KB
Jumlah Instalasi 208
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-06-21
Tanggal Publikasi 2021-05-17
Pengembang DarazTools
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://daraztools.com
URL Halaman Kebijakan Privasi https://daraztools.com/privacy
Bahasa yang Didukung 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"
    }
}