Homerun Extension
Enhance your browsing experience with Homerun extension
Qu'est-ce que Homerun Extension ?
Homerun Extension est une extension Chrome développée par http://homerun.fun, et sa fonction principale est "Enhance your browsing experience with Homerun extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Homerun Extension
Téléchargez les fichiers d'extension Homerun Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jobdicekloccijpfjemdfkdnjmcobhcg |
URL Officiel | https://chrome.google.com/webstore/detail/homerun-extension/jobdicekloccijpfjemdfkdnjmcobhcg |
Description | Enhance your browsing experience with Homerun extension |
Taille du Fichier | 2.6 MB |
Nombre d'Installations | 11,838 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2023-06-11 |
Date de Publication | 2023-03-10 |
Évaluation | 3.70/5 Total 10 Évaluations |
Développeur | http://homerun.fun |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://homerun.fun |
URL de la Page de Politique de Confidentialité | https://axeite.com/privacy.html |
Langues Prises en Charge | 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" } } |