WebExtension.net
WebExtension.net

DuckDuckGo to Google

View on Chrome Web Store
View DuckDuckGo to Google Chrome Extension on Chrome Web Store
5.0 (1 ratings)

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

Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g
Type
Extension
Users
234 users
1
BrowserNative
View author page of BrowserNative
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 4, 2022
Version 1.0.1
Manifest version
3
Updated
Updated on May 4, 2022
View on Chrome Web Store
View DuckDuckGo to Google Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuckDuckGo to Google",
    "description": "Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/www.duckduckgo.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "DDG to Google"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "permissions": [
        "scripting",
        "declarativeContent"
    ],
    "host_permissions": [
        "*:\/\/duckduckgo.com\/*",
        "*:\/\/www.duckduckgo.com\/*"
    ],
    "homepage_url": "https:\/\/browsernative.com\/duckduckgo-to-google-search\/"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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