Homerun Extension

Enhance your browsing experience with Homerun extension

Was ist Homerun Extension?

Homerun Extension ist eine Chrome-Erweiterung, die von http://homerun.fun entwickelt wurde, und ihr Hauptmerkmal ist "Enhance your browsing experience with Homerun extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Homerun Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Homerun Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Homerun Extension Homerun Extension
ID jobdicekloccijpfjemdfkdnjmcobhcg
Offizielle URL https://chrome.google.com/webstore/detail/homerun-extension/jobdicekloccijpfjemdfkdnjmcobhcg
Beschreibung Enhance your browsing experience with Homerun extension
Dateigröße 2.6 MB
Installationsanzahl 11,838
Aktuelle Version 1.3
Letztes Update 2023-06-11
Veröffentlichungsdatum 2023-03-10
Bewertung 3.70/5 Insgesamt 10 Bewertungen
Entwickler http://homerun.fun
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://homerun.fun
URL der Datenschutzrichtlinien-Seite https://axeite.com/privacy.html
Unterstützte Sprachen 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"
    }
}