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 |
官方網址 | 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" } |