DuckDuckSometimes

Redirect some of your Google searches to DuckDuckGo

DuckDuckSometimesとは何ですか?

DuckDuckSometimesはalexander.sideris.westによって開発されたChromeの拡張機能で、その主な機能は「Redirect some of your Google searches to DuckDuckGo」です。

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

DuckDuckSometimes拡張機能のCRXファイルをダウンロード

DuckDuckSometimes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quitting Google search doesn't have to be cold turkey. You can contribute to a healthier web by sometimes searching on another search engine like DuckDuckGo.

This extension redirects a percentage of your google searches to DuckDuckGo.                    

拡張機能の基本情報

名前 DuckDuckSometimes DuckDuckSometimes
ID khbjelepmeiljelecnngalpigkjaoaga
公式URL https://chromewebstore.google.com/detail/duckducksometimes/khbjelepmeiljelecnngalpigkjaoaga
説明 Redirect some of your Google searches to DuckDuckGo
ファイルサイズ 65.43 KB
インストール数 127
現在のバージョン 1.0.0
最終更新日 2019-09-03
公開日 2019-09-03
評価 3.00/5 合計 1 レビュー
開発者 alexander.sideris.west
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.3.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/private.png",
        "default_title": "DuckDuckSometimes",
        "default_popup": "popup.html"
    },
    "description": "Redirect some of your Google searches to DuckDuckGo",
    "icons": {
        "32": "images\/private.png",
        "48": "images\/private.png",
        "128": "images\/private.png"
    },
    "manifest_version": 2,
    "name": "DuckDuckSometimes",
    "short_name": "DuckDuckSometimes",
    "permissions": [
        "storage"
    ],
    "version": "1.0.0"
}