Happy Wild Cats

Extension adding Happy Wild Cats search engine to Chrome.

What is Happy Wild Cats?

Happy Wild Cats is a Chrome extension developed by https://happycatswild.com, and its main feature is "Extension adding Happy Wild Cats search engine to Chrome.".

Extension Screenshots

screenshot

Download Happy Wild Cats Extension CRX File

Download Happy Wild Cats 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

                        Extension adding Happy Wild Cats search engine to browser.

Change default search engine to make Happy Wild Cats your search in Chrome browser address bar (omnibox).
Happy Wild Cats is a small and fast Google Chrome extension that helps you change your default search engine in address bar of the browser to Happy Wild Cats very easily.

Privacy Policy: https://happycatswild.com/privacy.html
Terms of Use: https://happycatswild.com/terms.html

By click on «Add to Chrome» button in the top right hand corner and installing Happy Wild Cats extension, you are agreeing to install this extension, you are agreeing to our Privacy Policy, and you are agreeing to our Terms of Use.
The extension will update your search settings and will change search services provided by Happy Wild Cats.                    

Extension Basic Information

Name Happy Wild Cats Happy Wild Cats
ID bbnjhnlnhdpahgiimbcaoegafogfmmin
Official URL https://chromewebstore.google.com/detail/happy-wild-cats/bbnjhnlnhdpahgiimbcaoegafogfmmin
Description Extension adding Happy Wild Cats search engine to Chrome.
File Size 7.92 KB
Installation Count 11,513
Current Version 1.0.2
Last Updated 2021-08-29
Publish Date 2021-05-21
Rating 1.00/5 Total 2 Ratings
Developer https://happycatswild.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://happycatswild.com/privacy.html
Supported Languages en
manifest.json
{
    "manifest_version": 2,
    "version": "1.0.2",
    "name": "Happy Wild Cats",
    "description": "Extension adding Happy Wild Cats search engine to Chrome.",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/happycatswild.com\/*"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Happy Wild Cats",
            "keyword": "hwc",
            "search_url": "https:\/\/happycatswild.com\/search?q={searchTerms}",
            "favicon_url": "https:\/\/happycatswild.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "background": {
        "scripts": [
            "lib.js",
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}