Duck Duck Private

The extension allows you to redirect requests to the Google search engine.

Apa itu Duck Duck Private?

Duck Duck Private adalah ekstensi Chrome yang dikembangkan oleh duckduckprivate, dan fitur utamanya adalah "The extension allows you to redirect requests to the Google search engine.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Duck Duck Private

Unduh file ekstensi Duck Duck Private 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

                        The extension allows you to redirect search queries from the DuckDuckGo search engine to Google.                    

Informasi Dasar Ekstensi

Nama Duck Duck Private Duck Duck Private
ID gdngaleeolacajdmmfdbebdhojampnjo
URL Resmi https://chromewebstore.google.com/detail/duck-duck-private/gdngaleeolacajdmmfdbebdhojampnjo
Deskripsi The extension allows you to redirect requests to the Google search engine.
Ukuran File 14 KB
Jumlah Instalasi 938
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-02-17
Tanggal Publikasi 2021-02-17
Pengembang duckduckprivate
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/duckduckgo.com\/*"
    ],
    "short_name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}