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
Co je Search & Win?
Search & Win je rozšíření Chrome vyvinuté https://search.pch.com, a jeho hlavní funkcí je „This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https://search.pch.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Search & Win
Stáhněte si soubory rozšíření Search & Win ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | lfebhaagpjealfeeoaggckmpdmadalgm |
Oficiální URL | https://chrome.google.com/webstore/detail/search-win/lfebhaagpjealfeeoaggckmpdmadalgm |
Popis | This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https://search.pch.com |
Velikost souboru | 14.43 KB |
Počet instalací | 5,000 |
Aktuální Verze | 0.1.28 |
Poslední Aktualizace | 2019-05-13 |
Datum Vydání | 2019-05-13 |
Hodnocení | 3.81/5 Celkem 16 Hodnocení |
Vývojář | https://search.pch.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://search-ace.com/privacy |
Podporované Jazyky | 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 } } } |