Search & Win

This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https://search.pch.com

What is Search & Win?

Search & Win is a Chrome extension developed by https://search.pch.com, and its main feature is "This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https://search.pch.com".

Extension Screenshots

screenshot

Download Search & Win Extension CRX File

Download Search & Win 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 sets your PCH Search&Win as your default search provider and also sets your new tab page to the PCH Search&Win homepage, https://search.pch.com.                    

Extension Basic Information

Name Search & Win Search & Win
ID lfebhaagpjealfeeoaggckmpdmadalgm
Official URL https://chrome.google.com/webstore/detail/search-win/lfebhaagpjealfeeoaggckmpdmadalgm
Description This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https://search.pch.com
File Size 14.43 KB
Installation Count 5,000
Current Version 0.1.28
Last Updated 2019-05-13
Publish Date 2019-05-13
Rating 3.81/5 Total 16 Ratings
Developer https://search.pch.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://search-ace.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search & Win",
    "version": "0.1.28",
    "description": "This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https:\/\/search.pch.com",
    "author": "System 1, LLC",
    "icons": {
        "16": "assets\/img\/logo16.png",
        "48": "assets\/img\/logo48.png",
        "128": "assets\/img\/logo128.png"
    },
    "chrome_url_overrides": {
        "newtab": "root.html"
    },
    "browser_action": {
        "default_title": "Search & Win"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.search.pch.com\/*"
        ]
    },
    "permissions": [
        "management",
        "activeTab"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "PCH Omni Search",
            "search_url": "https:\/\/search.pch.com\/omnibar?q={searchTerms}&nfsp=swomnibar",
            "favicon_url": "http:\/\/presto-search.com\/pch.png",
            "keyword": "PCH Omni Search",
            "encoding": "UTF-8",
            "alternate_urls": [],
            "search_url_post_params": "",
            "instant_url_post_params": "",
            "is_default": true
        }
    }
}