Presearch.com Start With Us
Set Chrome's Homepage and New Tab page to Presearch.com
¿Qué es Presearch.com Start With Us?
Presearch.com Start With Us es una extensión de Chrome desarrollada por https://presearch.com, y su función principal es "Set Chrome's Homepage and New Tab page to Presearch.com".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Presearch.com Start With Us
Descarga archivos de extensión Presearch.com Start With Us en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension allows you to set your browser homepage to presearch.com
Información Básica de la Extensión
Nombre | Presearch.com Start With Us |
ID | fbknefhkjhbolemlchjhacbgckdjggod |
URL Oficial | https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod |
Descripción | Set Chrome's Homepage and New Tab page to Presearch.com |
Tamaño del Archivo | 24.85 KB |
Cantidad de Instalaciones | 37,200 |
Versión Actual | 1.0.3 |
Última Actualización | 2022-06-07 |
Fecha de Publicación | 2018-01-26 |
Calificación | 4.63/5 Total de 195 Calificaciones |
Desarrollador | https://presearch.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://presearch.com |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Presearch.com Start With Us", "description": "Set Chrome's Homepage and New Tab page to Presearch.com", "version": "1.0.3", "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.presearch.com\/*" ], "css": [ "assets\/popup-visibility.css" ], "js": [ "assets\/popup-visibility.js" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.presearch.com\/*" ], "chrome_settings_overrides": { "homepage": "https:\/\/presearch.com\/?utm_source=extcr", "startup_pages": [ "https:\/\/presearch.com\/?utm_source=extcr" ] }, "chrome_url_overrides": { "newtab": "newtab.html" } } |