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

Cos'è Search & Win?

Search & Win è un'estensione di Chrome sviluppata da https://search.pch.com, e la sua funzione principale è "This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https://search.pch.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Search & Win

Scarica i file di estensione Search & Win in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Search & Win Search & Win
ID lfebhaagpjealfeeoaggckmpdmadalgm
URL Ufficiale https://chrome.google.com/webstore/detail/search-win/lfebhaagpjealfeeoaggckmpdmadalgm
Descrizione This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https://search.pch.com
Dimensione del File 14.43 KB
Conteggio Installazioni 5,000
Versione Corrente 0.1.28
Ultimo Aggiornamento 2019-05-13
Data di Pubblicazione 2019-05-13
Valutazione 3.81/5 Totale 16 Valutazioni
Sviluppatore https://search.pch.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://search-ace.com/privacy
Lingue Supportate 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
        }
    }
}