Duck Duck Private
The extension allows you to redirect requests to the Google search engine.
Wat is Duck Duck Private?
Duck Duck Private is een Chrome-extensie ontwikkeld door duckduckprivate, en de belangrijkste functie is "The extension allows you to redirect requests to the Google search engine.".
Extensie Screenshots
Download het CRX-bestand van de extensie Duck Duck Private
Download Duck Duck Private-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The extension allows you to redirect search queries from the DuckDuckGo search engine to Google. Basisinformatie over de Extensie
| Naam | |
| ID | gdngaleeolacajdmmfdbebdhojampnjo |
| Officiële URL | https://chromewebstore.google.com/detail/duck-duck-private/gdngaleeolacajdmmfdbebdhojampnjo |
| Beschrijving | The extension allows you to redirect requests to the Google search engine. |
| Bestandsgrootte | 14 KB |
| Aantal Installaties | 938 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2021-02-17 |
| Publicatiedatum | 2021-02-17 |
| Ontwikkelaar | duckduckprivate |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |