DuckDuckQuack

Makes a quack sound whenever you search with DuckDuckGo

What is DuckDuckQuack?

DuckDuckQuack is a Chrome extension developed by Memelord Caesar, and its main feature is "Makes a quack sound whenever you search with DuckDuckGo".

Extension Screenshots

screenshot

Download DuckDuckQuack Extension CRX File

Download DuckDuckQuack 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

                        An extension to make a quack sound whenever you search for something on Duck Duck Go                    

Extension Basic Information

Name DuckDuckQuack DuckDuckQuack
ID aimdccilkmhbeebbddbnakinnkgpelpi
Official URL https://chromewebstore.google.com/detail/duckduckquack/aimdccilkmhbeebbddbnakinnkgpelpi
Description Makes a quack sound whenever you search with DuckDuckGo
File Size 74.98 KB
Installation Count 18
Current Version 1
Last Updated 2019-12-18
Publish Date 2019-12-17
Rating 5.00/5 Total 3 Ratings
Developer Memelord Caesar
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuckDuckQuack",
    "version": "1",
    "manifest_version": 2,
    "description": "Makes a quack sound whenever you search with DuckDuckGo",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/duckduckgo.com\/?q*",
                "https:\/\/duckduckgo.com\/?q*"
            ]
        }
    ]
}