Homerun Extension
Enhance your browsing experience with Homerun extension
Wat is Homerun Extension?
Homerun Extension is een Chrome-extensie ontwikkeld door http://homerun.fun, en de belangrijkste functie is "Enhance your browsing experience with Homerun extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Homerun Extension
Download Homerun Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jobdicekloccijpfjemdfkdnjmcobhcg |
Officiële URL | https://chrome.google.com/webstore/detail/homerun-extension/jobdicekloccijpfjemdfkdnjmcobhcg |
Beschrijving | Enhance your browsing experience with Homerun extension |
Bestandsgrootte | 2.6 MB |
Aantal Installaties | 11,838 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2023-06-11 |
Publicatiedatum | 2023-03-10 |
Beoordeling | 3.70/5 Totaal 10 Beoordelingen |
Ontwikkelaar | http://homerun.fun |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://homerun.fun |
URL van de Privacybeleid Pagina | https://axeite.com/privacy.html |
Ondersteunde Talen | 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" } } |