Duck Duck Private
The extension allows you to redirect requests to the Google search engine.
什么是Duck Duck Private?
Duck Duck Private是由duckduckprivate开发的Chrome扩展程序,该扩展的主要功能是“The extension allows you to redirect requests to the Google search engine.”。
扩展截图
下载Duck Duck Private扩展crx文件
下载Duck Duck Private扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension allows you to redirect search queries from the DuckDuckGo search engine to Google.
扩展基本信息
名称 | Duck Duck Private |
ID | gdngaleeolacajdmmfdbebdhojampnjo |
官方URL | https://chromewebstore.google.com/detail/duck-duck-private/gdngaleeolacajdmmfdbebdhojampnjo |
简介 | The extension allows you to redirect requests to the Google search engine. |
文件大小 | 14 KB |
安装次数 | 938 |
当前版本 | 1.0.0 |
更新时间 | 2021-02-17 |
上架时间 | 2021-02-17 |
开发者 | duckduckprivate |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |