Ducktana

Redirect Bing urls to DuckDuckGo for use with cortana.

What is Ducktana?

Ducktana is a Chrome extension developed by https://o-leary.com, and its main feature is "Redirect Bing urls to DuckDuckGo for use with cortana.".

Download Ducktana Extension CRX File

Download Ducktana extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Developed for Cortana on Windows 10. Causes Chrome to remain open in the background, with a tray icon. When a Bing URL is entered the extension intercepts and redirects to a DuckDuckGo URL.                    

Extension Basic Information

Name Ducktana Ducktana
ID fhhjklgfnidnccndjilcoeakkgjogmac
Official URL https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac
Description Redirect Bing urls to DuckDuckGo for use with cortana.
File Size 19.35 KB
Installation Count 45
Current Version 1.2
Last Updated 2015-08-28
Publish Date 2015-08-28
Rating 5.00/5 Total 1 Ratings
Developer https://o-leary.com
Email [email protected]
Payment Type free
Extension Website https://o-leary.com/
Help Page URL https://o-leary.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ducktana",
    "short_name": "Ducktana",
    "description": "Redirect Bing urls to DuckDuckGo for use with cortana.",
    "author": "Sean O'Leary",
    "homepage_url": "https:\/\/o-leary.com\/downloads\/ducktana",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.bing.com\/",
        "background"
    ],
    "background": {
        "scripts": [
            "ducktana.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/o-leary.com\/*"
        ]
    }
}