Freshy Search

Set Freshy Search as a Default Search provider.

What is Freshy Search?

Freshy Search is a Chrome extension developed by Freshy, and its main feature is "Set Freshy Search as a Default Search provider.".

Extension Screenshots

screenshot
screenshot

Download Freshy Search Extension CRX File

Download Freshy Search 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

                        This extension updates browser Web Search provider to Freshy Search. 

Click on Extension icon in your Browser to Search for Web, Recipes, TV/Movies, Manuals, Templates etc. for your custom search experience. 

By installing this extension, you agree to the Terms of Service (https://search.freshy.com/terms-of-service.html) and Privacy Policy (https://search.freshy.com/privacy-policy.html)

Permissions used & reasons:

"Read and change your data on a number of websites"
For our extension to work, we require access to these websites we own and manage.

"Read your browsing history"
This allows us to manage browser tabs and provide relevant product specific information.                    

Extension Basic Information

Name Freshy Search Freshy Search
ID gnikkjldjmlbcijchdjebiibkigicmkm
Official URL https://chrome.google.com/webstore/detail/freshy-search/gnikkjldjmlbcijchdjebiibkigicmkm
Description Set Freshy Search as a Default Search provider.
File Size 55.01 KB
Installation Count 10,000
Current Version 1.21.1123
Last Updated 2021-11-24
Publish Date 2020-11-14
Developer Freshy
Email [email protected]
Payment Type free
Privacy Policy Page URL https://search.freshy.com/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freshy Search",
    "short_name": "FreshySearch",
    "description": "Set Freshy Search as a Default Search provider.",
    "version": "1.21.1123",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Freshy Search",
        "default_popup": "popup\/popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Freshy Search",
            "is_default": true,
            "encoding": "UTF-8",
            "keyword": "search",
            "favicon_url": "https:\/\/search.freshysearch-api.net\/favicon.ico",
            "search_url": "https:\/\/search.freshysearch-api.net\/search\/{searchTerms}",
            "suggest_url": "https:\/\/meta.freshysearch-api.net\/sug\/?s={searchTerms}"
        }
    },
    "host_permissions": [
        "*:\/\/*.freshysearch-api.net\/*"
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "search",
        "declarativeNetRequest"
    ],
    "manifest_version": 3
}