Happy Wild Cats

Extension adding Happy Wild Cats search engine to Chrome.

Wat is Happy Wild Cats?

Happy Wild Cats is een Chrome-extensie ontwikkeld door https://happycatswild.com, en de belangrijkste functie is "Extension adding Happy Wild Cats search engine to Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Happy Wild Cats

Download Happy Wild Cats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Happy Wild Cats Happy Wild Cats
ID bbnjhnlnhdpahgiimbcaoegafogfmmin
Officiële URL https://chromewebstore.google.com/detail/happy-wild-cats/bbnjhnlnhdpahgiimbcaoegafogfmmin
Beschrijving Extension adding Happy Wild Cats search engine to Chrome.
Bestandsgrootte 7.92 KB
Aantal Installaties 11,513
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-08-29
Publicatiedatum 2021-05-21
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://happycatswild.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://happycatswild.com/privacy.html
Ondersteunde Talen 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"
}