WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Microsoft Bing Search with Donations

Microsoft Bing Search with Donations

View on Chrome Web Store
4.6 (17 ratings)
27 views

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

More than 1 million nonprofits, one easy way to give. Make a difference for free when you search with Bing.
Type
Extension
Users
10,000 users
Microsoft Corporation
Featured Extension

Hand-picked for quality and usefulness

Published
Version 1.0.16
Manifest version
3
Updated
productivity/tools
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.16",
    "manifest_version": 3,
    "name": "__MSG_ExtnName__",
    "description": "__MSG_ExtnDescription__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "alarms",
        "contextMenus",
        "notifications",
        "scripting"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.bing.com\/*",
            "https:\/\/browserdefaults.microsoft.com\/*"
        ]
    },
    "background": {
        "service_worker": ".\/scripts\/rootServiceWorker.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "is_default": true,
            "prepopulated_id": 3,
            "search_url": "https:\/\/www.bing.com\/search?EID=GWB&FORM=MY01DC&PC=U569&q={searchTerms}",
            "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?FORM=MY01DC&PC=U569&query={searchTerms}"
        }
    },
    "icons": {
        "16": ".\/assets\/icon_16x16.png",
        "32": ".\/assets\/icon_32x32.png",
        "64": ".\/assets\/icon_64x64.png",
        "128": ".\/assets\/icon_128x128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "assets\/*png",
                "templates\/quickSearch.html"
            ]
        }
    ]
}
© 2025 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.