Homerun Extension
Enhance your browsing experience with Homerun extension
¿Qué es Homerun Extension?
Homerun Extension es una extensión de Chrome desarrollada por http://homerun.fun, y su función principal es "Enhance your browsing experience with Homerun extension".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Homerun Extension
Descarga archivos de extensión Homerun Extension 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
New tab extension for your chrome browser. Follow on the sports you like daily. By Clicking the CTA, I accept and agree to installing the ‘Homerun’ Chrome extension and setting Chrome™ New Tab to that provided by the service, New Tab searches powered by Microsoft Bing, and to the Terms of Use and Privacy Policy Homerun extension tab provide you with sports news from CBC sports, Sports 360, Sports Keeda and Sports Net. This extension takes over your new tab and the search features within the extension will be provided by Microsoft Bing. However, the extension will not make any changes in your default browser search setting. Privacy policy: https://homerun.fun/privacy Terms and conditions: https://homerun.fun/terms
Información Básica de la Extensión
Nombre | |
ID | jobdicekloccijpfjemdfkdnjmcobhcg |
URL Oficial | https://chrome.google.com/webstore/detail/homerun-extension/jobdicekloccijpfjemdfkdnjmcobhcg |
Descripción | Enhance your browsing experience with Homerun extension |
Tamaño del Archivo | 2.6 MB |
Cantidad de Instalaciones | 11,838 |
Versión Actual | 1.3 |
Última Actualización | 2023-06-11 |
Fecha de Publicación | 2023-03-10 |
Calificación | 3.70/5 Total de 10 Calificaciones |
Desarrollador | http://homerun.fun |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://homerun.fun |
URL de la Página de Política de Privacidad | https://axeite.com/privacy.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Homerun Extension", "version": "1.3", "description": "Enhance your browsing experience with Homerun extension", "manifest_version": 3, "author": "Homerun", "chrome_url_overrides": { "newtab": ".\/src\/main.html" }, "permissions": [ "cookies" ], "background": { "service_worker": ".\/src\/background.js" }, "icons": { "48": "static\/homerun.png" }, "host_permissions": [ "*:\/\/homerun.fun\/*", "*:\/\/*.homerun.fun\/*" ], "action": { "default_icon": "static\/homerun.png" } } |