WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Search with DuckDuckGo

Search with DuckDuckGo

View on Chrome Web Store
View Search with DuckDuckGo Chrome Extension on Chrome Web Store
Add to bookmarks
2.6 (5 ratings)
2 new ratings
28 views
This extension has been viewed 28 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Search with DuckDuckGo in Chrome
Type
Extension
Users
4,000 users
1K
champagne
View author page of champagne
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 5, 2020
Version 2.1
Manifest version
3
Updated
Updated on November 18, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Search with DuckDuckGo Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "version": "2.1",
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": "icons\/128.png"
    },
    "description": "__MSG_extension_description__",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+D",
                "windows": "Alt+D",
                "chromeos": "Alt+D",
                "linux": "Alt+D",
                "mac": "Alt+D"
            },
            "description": "__MSG_commands_description__"
        }
    },
    "omnibox": {
        "keyword": "ddg"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/duckduckgo.com\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/search_popup\/popup.html",
                "src\/search_popup\/css\/popup.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top