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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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"
}