Duck Duck Private

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

Cos'è Duck Duck Private?

Duck Duck Private è un'estensione di Chrome sviluppata da duckduckprivate, e la sua funzione principale è "The extension allows you to redirect requests to the Google search engine.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Duck Duck Private

Scarica i file di estensione Duck Duck Private in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Duck Duck Private Duck Duck Private
ID gdngaleeolacajdmmfdbebdhojampnjo
URL Ufficiale https://chromewebstore.google.com/detail/duck-duck-private/gdngaleeolacajdmmfdbebdhojampnjo
Descrizione The extension allows you to redirect requests to the Google search engine.
Dimensione del File 14 KB
Conteggio Installazioni 938
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-02-17
Data di Pubblicazione 2021-02-17
Sviluppatore duckduckprivate
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}