Duck Duck Private
The extension allows you to redirect requests to the Google search engine.
What is Duck Duck Private?
Duck Duck Private is a Chrome extension developed by duckduckprivate, and its main feature is "The extension allows you to redirect requests to the Google search engine.".
Extension Screenshots
Download Duck Duck Private Extension CRX File
Download Duck Duck Private 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
The extension allows you to redirect search queries from the DuckDuckGo search engine to Google.
Extension Basic Information
Name | Duck Duck Private |
ID | gdngaleeolacajdmmfdbebdhojampnjo |
Official URL | https://chromewebstore.google.com/detail/duck-duck-private/gdngaleeolacajdmmfdbebdhojampnjo |
Description | The extension allows you to redirect requests to the Google search engine. |
File Size | 14 KB |
Installation Count | 938 |
Current Version | 1.0.0 |
Last Updated | 2021-02-17 |
Publish Date | 2021-02-17 |
Developer | duckduckprivate |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |