DuckDuckGo Hider/Disguiser

Search like a pro, look like a normy!

DuckDuckGo Hider/Disguiserとは何ですか?

DuckDuckGo Hider/Disguiserはsamgusickdevによって開発されたChromeの拡張機能で、その主な機能は「Search like a pro, look like a normy!」です。

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

screenshot

DuckDuckGo Hider/Disguiser拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you've ever valued your privacy on the internet, chances are DuckDuckGo is your search engine of choice. 

However, every DuckDuckGo user is inevitably bullied on the playground or in the workplace when they open google chrome and up pops the DuckDuckGo logo, exposing you and your non-normy searching habits.

Well now you can peacefully and discretely use DuckDuckGo with this extension!

Your startup and new tab pages will go directly to the DuckDuckGo Website, and swap out that Duck logo with the Google logo so you blend in with the normys and their google search engines with hideous amounts of trackers!                    

拡張機能の基本情報

名前 DuckDuckGo Hider/Disguiser DuckDuckGo Hider/Disguiser
ID peejgoigkpplepmhfloekijbnneikjcb
公式URL https://chromewebstore.google.com/detail/duckduckgo-hiderdisguiser/peejgoigkpplepmhfloekijbnneikjcb
説明 Search like a pro, look like a normy!
ファイルサイズ 53.89 KB
インストール数 165
現在のバージョン 1.0.0.2
最終更新日 2022-09-15
公開日 2021-06-16
評価 5.00/5 合計 1 レビュー
開発者 samgusickdev
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DuckDuckGo Hider\/Disguiser",
    "version": "1.0.0.2",
    "icons": {
        "128": "Logo-2.png"
    },
    "author": "Sam Gusick",
    "description": "Search like a pro, look like a normy!",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/duckduckgo.com\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "frame.html",
                "frame2.html"
            ],
            "matches": [
                "*:\/\/duckduckgo.com\/*"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "startup_pages": [
            "https:\/\/sgusick.w3.uvm.edu\/google_logo_site\/index.html"
        ]
    }
}